Class GssApiWithMicAuthFactory
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.common.auth.AbstractUserAuthMethodFactory<org.apache.sshd.client.session.ClientSession,org.apache.sshd.client.auth.UserAuth>
-
- org.apache.sshd.client.auth.AbstractUserAuthFactory
-
- org.eclipse.jgit.internal.transport.sshd.GssApiWithMicAuthFactory
-
- All Implemented Interfaces:
org.apache.sshd.client.auth.UserAuthFactory
,org.apache.sshd.common.auth.UserAuthMethodFactory<org.apache.sshd.client.session.ClientSession,org.apache.sshd.client.auth.UserAuth>
,org.apache.sshd.common.NamedResource
public class GssApiWithMicAuthFactory extends org.apache.sshd.client.auth.AbstractUserAuthFactory
Factory to createGssApiWithMicAuthentication
handlers.
-
-
Field Summary
Fields Modifier and Type Field Description static GssApiWithMicAuthFactory
INSTANCE
The singletonGssApiWithMicAuthFactory
.static String
NAME
The authentication identifier for GSSApi-with-MIC.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.client.auth.UserAuth
createUserAuth(org.apache.sshd.client.session.ClientSession session)
-
Methods inherited from class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory
getName, 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
-
-
-
-
Field Detail
-
NAME
public static final String NAME
The authentication identifier for GSSApi-with-MIC.- See Also:
- Constant Field Values
-
INSTANCE
public static final GssApiWithMicAuthFactory INSTANCE
The singletonGssApiWithMicAuthFactory
.
-
-
Method Detail
-
createUserAuth
public org.apache.sshd.client.auth.UserAuth createUserAuth(org.apache.sshd.client.session.ClientSession session) throws IOException
- Throws:
IOException
-
-