Class InternalPublickeyAuthenticator

  • All Implemented Interfaces:
    org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator

    public class InternalPublickeyAuthenticator
    extends java.lang.Object
    implements org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean authenticate​(java.lang.String username, java.security.PublicKey key, org.apache.sshd.server.session.ServerSession session)  
      • Methods inherited from class java.lang.Object

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

      • InternalPublickeyAuthenticator

        public InternalPublickeyAuthenticator​(MinaSshServer sshServer)
    • Method Detail

      • authenticate

        public boolean authenticate​(java.lang.String username,
                                    java.security.PublicKey key,
                                    org.apache.sshd.server.session.ServerSession session)
                             throws org.apache.sshd.server.auth.AsyncAuthException
        Specified by:
        authenticate in interface org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator
        Throws:
        org.apache.sshd.server.auth.AsyncAuthException