Class UserAuthGSS
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.auth.AbstractUserAuth
org.apache.sshd.server.auth.gss.UserAuthGSS
- All Implemented Interfaces:
org.apache.sshd.common.auth.UserAuthInstance<ServerSession>, org.apache.sshd.common.auth.UsernameHolder, org.apache.sshd.common.NamedResource, UserAuth, ServerSessionHolder
Prototype user authentication handling gssapi-with-mic. Implements HandshakingUserAuth because the
process involves several steps.
Several methods are available for overriding in specific circumstances.
-
Field Summary
FieldsFields 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 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
-
Field Details
-
NAME
- See Also:
-
KRB5_MECH
-
KRB5_NT_PRINCIPAL
-
-
Constructor Details
-
UserAuthGSS
public UserAuthGSS()
-
-
Method Details
-
doAuth
protected Boolean doAuth(org.apache.sshd.common.util.buffer.Buffer buffer, boolean initial) throws Exception - Specified by:
doAuthin classAbstractUserAuth- Throws:
Exception
-
destroy
public void destroy()Free any system resources used by the module.- Specified by:
destroyin interfaceUserAuth- Overrides:
destroyin classAbstractUserAuth
-
createOID
-