Package org.eclipse.jgit.junit.ssh
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
-
-
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.AbstractUserAuth
auth, getName, getServerSession, getService, getSession, getUsername, next, toString
-
-
-
-
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 classorg.apache.sshd.server.auth.gss.UserAuthGSS
- Throws:
java.lang.Exception
-
-