Class SshTestGitServer.FakeUserAuthGSS

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.AbstractUserAuth
org.apache.sshd.server.auth.gss.UserAuthGSS
org.eclipse.jgit.junit.ssh.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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 Details

    • FakeUserAuthGSS

      private FakeUserAuthGSS()
  • Method Details

    • doAuth

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