Class 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

      Constructors 
      Constructor Description
      CachingPublicKeyAuthenticator​(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 Detail

      • CachingPublicKeyAuthenticator

        @Inject
        public CachingPublicKeyAuthenticator​(com.google.gerrit.sshd.DatabasePubKeyAuth authenticator)