Uses of Class
org.apache.sshd.server.auth.password.PasswordChangeRequiredException
Packages that use PasswordChangeRequiredException
-
Uses of PasswordChangeRequiredException in org.apache.sshd.server.auth.password
Methods in org.apache.sshd.server.auth.password with parameters of type PasswordChangeRequiredExceptionModifier and TypeMethodDescriptionprotected 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 PasswordChangeRequiredExceptionModifier and TypeMethodDescriptionboolean
PasswordAuthenticator.authenticate
(String username, String password, ServerSession session) Check the validity of a password.