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 java.lang.Boolean
UserAuth. auth(ServerSession session, java.lang.String username, java.lang.String service, Buffer buffer)
Try to authenticate the user.java.lang.Boolean
UserAuth. 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 boolean
PasswordAuthenticator. authenticate(java.lang.String username, java.lang.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 boolean
PublickeyAuthenticator. authenticate(java.lang.String username, java.security.PublicKey key, ServerSession session)
Check the validity of a public key.
-