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

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CachingPublicKeyAuthenticator

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