Class StaticPublickeyAuthenticator

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.pubkey.StaticPublickeyAuthenticator
All Implemented Interfaces:
PublickeyAuthenticator
Direct Known Subclasses:
AcceptAllPublickeyAuthenticator, RejectAllPublickeyAuthenticator

public abstract class StaticPublickeyAuthenticator extends AbstractLoggingBean implements PublickeyAuthenticator
Returns the same constant result true/false regardless
  • Constructor Details

    • StaticPublickeyAuthenticator

      protected StaticPublickeyAuthenticator(boolean acceptance)
  • Method Details