Package com.google.gerrit.sshd
Class CachingPublicKeyAuthenticator
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
com.google.gerrit.sshd.CachingPublicKeyAuthenticator
- All Implemented Interfaces:
org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
public class CachingPublicKeyAuthenticator
extends org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
-
Field Summary
Fields inherited from class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
authenticator, CACHE_ATTRIBUTE
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Constructor Summary
ConstructorsConstructorDescriptionCachingPublicKeyAuthenticator
(com.google.gerrit.sshd.DatabasePubKeyAuth authenticator) -
Method Summary
Methods inherited from class org.apache.sshd.server.auth.pubkey.CachingPublicKeyAuthenticator
authenticate, resolveCachedResults
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
-
Constructor Details
-
CachingPublicKeyAuthenticator
@Inject public CachingPublicKeyAuthenticator(com.google.gerrit.sshd.DatabasePubKeyAuth authenticator)
-