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 BooleanUserAuthPassword.handleServerPasswordChangeRequest(Buffer buffer, ServerSession session, String username, String password, PasswordChangeRequiredException e) Invoked byUserAuthPassword.checkPassword(Buffer, ServerSession, String, String)when aPasswordChangeRequiredExceptionwas thrown by the authenticator.Methods in org.apache.sshd.server.auth.password that throw PasswordChangeRequiredExceptionModifier and TypeMethodDescriptionbooleanPasswordAuthenticator.authenticate(String username, String password, ServerSession session) Check the validity of a password.