Uses of Class
org.apache.sshd.server.auth.password.PasswordChangeRequiredException
-
Packages that use PasswordChangeRequiredException Package Description org.apache.sshd.ldap org.apache.sshd.server.auth.password -
-
Uses of PasswordChangeRequiredException in org.apache.sshd.ldap
Methods in org.apache.sshd.ldap that throw PasswordChangeRequiredException Modifier and Type Method Description booleanLdapPasswordAuthenticator. authenticate(java.lang.String username, java.lang.String password, ServerSession session) -
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 java.lang.BooleanUserAuthPassword. handleServerPasswordChangeRequest(Buffer buffer, ServerSession session, java.lang.String username, java.lang.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 PasswordChangeRequiredException Modifier and Type Method Description booleanPasswordAuthenticator. authenticate(java.lang.String username, java.lang.String password, ServerSession session)Check the validity of a password.
-