Uses of Class
org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
Packages that use PasswordChangeRequiredException Package Description org.apache.sshd.server.auth.password -
-
Uses of PasswordChangeRequiredException in org.apache.sshd.server.auth.password
Methods in org.apache.sshd.server.auth.password with parameters of type PasswordChangeRequiredException Modifier and Type Method Description protected Boolean
UserAuthPassword. handleServerPasswordChangeRequest(Buffer buffer, ServerSession session, String username, String password, PasswordChangeRequiredException e)
Invoked byUserAuthPassword.checkPassword(Buffer, ServerSession, String, String)
when aPasswordChangeRequiredException
was thrown by the authenticator.Methods in org.apache.sshd.server.auth.password that throw PasswordChangeRequiredException Modifier and Type Method Description boolean
PasswordAuthenticator. authenticate(String username, String password, ServerSession session)
Check the validity of a password.
-