Class AuthenticationHandler

  • Direct Known Subclasses:
    LoginPasswordHandler

    public abstract class AuthenticationHandler
    extends Object
    Class providing authentication facility to SSH handler.
    • Constructor Detail

      • AuthenticationHandler

        public AuthenticationHandler()
    • Method Detail

      • getUsername

        public abstract String getUsername()
      • authenticate

        public abstract org.opendaylight.netconf.shaded.sshd.client.future.AuthFuture authenticate​(org.opendaylight.netconf.shaded.sshd.client.session.ClientSession session)
                                                                                            throws IOException
        Throws:
        IOException