Uses of Interface
org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
-
Packages that use PublickeyAuthenticator Package Description org.apache.sshd.server org.apache.sshd.server.auth.pubkey org.apache.sshd.server.config.keys org.apache.sshd.server.session -
-
Uses of PublickeyAuthenticator in org.apache.sshd.server
Fields in org.apache.sshd.server declared as PublickeyAuthenticator Modifier and Type Field Description static PublickeyAuthenticatorServerBuilder. DEFAULT_PUBLIC_KEY_AUTHENTICATORprotected PublickeyAuthenticatorServerBuilder. pubkeyAuthenticatorMethods in org.apache.sshd.server that return PublickeyAuthenticator Modifier and Type Method Description PublickeyAuthenticatorServerAuthenticationManager. getPublickeyAuthenticator()Retrieve thePublickeyAuthenticatorto be used by SSH server.PublickeyAuthenticatorSshServer. getPublickeyAuthenticator()Methods in org.apache.sshd.server with parameters of type PublickeyAuthenticator Modifier and Type Method Description ServerBuilderServerBuilder. publickeyAuthenticator(PublickeyAuthenticator auth)voidServerAuthenticationManager. setPublickeyAuthenticator(PublickeyAuthenticator publickeyAuthenticator)voidSshServer. setPublickeyAuthenticator(PublickeyAuthenticator publickeyAuthenticator) -
Uses of PublickeyAuthenticator in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement PublickeyAuthenticator Modifier and Type Class Description classAcceptAllPublickeyAuthenticatorAccepts all authentication attemptsclassAuthorizedKeyEntriesPublickeyAuthenticatorChecks against aCollectionofAuthorizedKeyEntrys Records the matched entry under a session attribute.classCachingPublicKeyAuthenticatorCaches the result per session - compensates forOpenSSHbehavior where it sends 2 requests with the same key (seeSSHD-300).classKeySetPublickeyAuthenticatorChecks against aCollectionofPublicKeysclassRejectAllPublickeyAuthenticatorRejects all authentication attemptsclassStaticPublickeyAuthenticatorReturns the same constant resulttrue/falseregardlessFields in org.apache.sshd.server.auth.pubkey declared as PublickeyAuthenticator Modifier and Type Field Description protected PublickeyAuthenticatorCachingPublicKeyAuthenticator. authenticatorMethods in org.apache.sshd.server.auth.pubkey that return PublickeyAuthenticator Modifier and Type Method Description static PublickeyAuthenticatorPublickeyAuthenticator. fromAuthorizedEntries(Object id, ServerSession session, Collection<? extends AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver)Constructors in org.apache.sshd.server.auth.pubkey with parameters of type PublickeyAuthenticator Constructor Description CachingPublicKeyAuthenticator(PublickeyAuthenticator authenticator) -
Uses of PublickeyAuthenticator in org.apache.sshd.server.config.keys
Classes in org.apache.sshd.server.config.keys that implement PublickeyAuthenticator Modifier and Type Class Description classAuthorizedKeysAuthenticatorUses the authorized keys file to implementPublickeyAuthenticatorwhile automatically re-loading the keys if the file has changed when a new authentication request is received.classDefaultAuthorizedKeysAuthenticatorMonitors the~/.ssh/authorized_keysfile of the user currently running the server, re-loading it if necessary.Methods in org.apache.sshd.server.config.keys that return PublickeyAuthenticator Modifier and Type Method Description protected PublickeyAuthenticatorAuthorizedKeysAuthenticator. createDelegateAuthenticator(String username, ServerSession session, Path path, Collection<AuthorizedKeyEntry> entries, PublicKeyEntryResolver fallbackResolver)protected PublickeyAuthenticatorAuthorizedKeysAuthenticator. resolvePublickeyAuthenticator(String username, ServerSession session) -
Uses of PublickeyAuthenticator in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return PublickeyAuthenticator Modifier and Type Method Description PublickeyAuthenticatorAbstractServerSession. getPublickeyAuthenticator()Methods in org.apache.sshd.server.session with parameters of type PublickeyAuthenticator Modifier and Type Method Description voidAbstractServerSession. setPublickeyAuthenticator(PublickeyAuthenticator publickeyAuthenticator)
-