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
- Since:
- 5.2
-
Field Summary
Fields inherited from class org.apache.sshd.server.auth.gss.UserAuthGSS
KRB5_MECH, KRB5_NT_PRINCIPAL, NAMEFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
logFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.server.auth.gss.UserAuthGSS
createOID, destroyMethods inherited from class org.apache.sshd.server.auth.AbstractUserAuth
auth, getName, getServerSession, getService, getSession, getUsername, next, toStringMethods 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
-
Constructor Details
-
FakeUserAuthGSS
private FakeUserAuthGSS()
-
-
Method Details
-
doAuth
-