Uses of Class
org.apache.sshd.server.auth.AsyncAuthException
-
Packages that use AsyncAuthException Package Description org.apache.sshd.server.auth org.apache.sshd.server.auth.password org.apache.sshd.server.auth.pubkey -
-
Uses of AsyncAuthException in org.apache.sshd.server.auth
Methods in org.apache.sshd.server.auth that throw AsyncAuthException Modifier and Type Method Description BooleanUserAuth. auth(ServerSession session, String username, String service, Buffer buffer)Try to authenticate the user.BooleanUserAuth. next(Buffer buffer)Handle another step in the authentication process. -
Uses of AsyncAuthException in org.apache.sshd.server.auth.password
Methods in org.apache.sshd.server.auth.password that throw AsyncAuthException Modifier and Type Method Description booleanPasswordAuthenticator. authenticate(String username, String password, ServerSession session)Check the validity of a password. -
Uses of AsyncAuthException in org.apache.sshd.server.auth.pubkey
Methods in org.apache.sshd.server.auth.pubkey that throw AsyncAuthException Modifier and Type Method Description booleanPublickeyAuthenticator. authenticate(String username, PublicKey key, ServerSession session)Check the validity of a public key.
-