Class SshTestGitServer.FakeUserAuthGSS

  • All Implemented Interfaces:
    org.apache.sshd.common.auth.UserAuthInstance<org.apache.sshd.server.session.ServerSession>, org.apache.sshd.common.auth.UsernameHolder, org.apache.sshd.common.NamedResource, org.apache.sshd.server.auth.UserAuth, org.apache.sshd.server.session.ServerSessionHolder
    Enclosing class:
    SshTestGitServer

    private static class SshTestGitServer.FakeUserAuthGSS
    extends org.apache.sshd.server.auth.gss.UserAuthGSS
    • Field Summary

      • Fields inherited from class org.apache.sshd.server.auth.gss.UserAuthGSS

        KRB5_MECH, KRB5_NT_PRINCIPAL, NAME
      • Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

        log
      • Fields inherited from interface org.apache.sshd.common.NamedResource

        BY_NAME_COMPARATOR, NAME_EXTRACTOR
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FakeUserAuthGSS()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Boolean doAuth​(org.apache.sshd.common.util.buffer.Buffer buffer, boolean initial)  
      • Methods inherited from class org.apache.sshd.server.auth.gss.UserAuthGSS

        createOID, destroy
      • Methods inherited from class org.apache.sshd.server.auth.AbstractUserAuth

        auth, getName, getServerSession, getService, getSession, getUsername, next, toString
      • 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, wait, wait, wait
    • Constructor Detail

      • FakeUserAuthGSS

        private FakeUserAuthGSS()
    • Method Detail

      • doAuth

        @Nullable
        protected java.lang.Boolean doAuth​(org.apache.sshd.common.util.buffer.Buffer buffer,
                                           boolean initial)
                                    throws java.lang.Exception
        Overrides:
        doAuth in class org.apache.sshd.server.auth.gss.UserAuthGSS
        Throws:
        java.lang.Exception