Class NoOpPublicKeyAuthenticator

java.lang.Object
com.sshtools.common.auth.PublicKeyAuthenticationAdapter
com.sshtools.server.NoOpPublicKeyAuthenticator
All Implemented Interfaces:
com.sshtools.common.auth.Authenticator, com.sshtools.common.auth.PublicKeyAuthenticationProvider

public class NoOpPublicKeyAuthenticator extends com.sshtools.common.auth.PublicKeyAuthenticationAdapter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkKey(com.sshtools.common.ssh.components.SshPublicKey key, com.sshtools.common.ssh.SshConnection con)
     
    boolean
    isAuthorizedKey(com.sshtools.common.ssh.components.SshPublicKey key, com.sshtools.common.ssh.SshConnection con)
     

    Methods inherited from class com.sshtools.common.auth.PublicKeyAuthenticationAdapter

    add, getKeys, remove

    Methods inherited from class java.lang.Object

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

    • NoOpPublicKeyAuthenticator

      public NoOpPublicKeyAuthenticator()
  • Method Details

    • isAuthorizedKey

      public boolean isAuthorizedKey(com.sshtools.common.ssh.components.SshPublicKey key, com.sshtools.common.ssh.SshConnection con) throws IOException
      Throws:
      IOException
    • checkKey

      public boolean checkKey(com.sshtools.common.ssh.components.SshPublicKey key, com.sshtools.common.ssh.SshConnection con) throws IOException
      Throws:
      IOException