Package org.apache.sshd.server.auth.gss
Class UserAuthGSSFactory
java.lang.Object
org.apache.sshd.server.auth.gss.UserAuthGSSFactory
- All Implemented Interfaces:
UserAuthMethodFactory<ServerSession,,UserAuth> NamedResource,UserAuthFactory
Factory class.
-
Field Summary
FieldsFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
UserAuthGSSFactory
public UserAuthGSSFactory()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-
createUserAuth
- Specified by:
createUserAuthin interfaceUserAuthMethodFactory<ServerSession,UserAuth> - Parameters:
session- The session for which authentication is required- Returns:
- The authenticator instance
- Throws:
IOException- If failed to create the instance
-