public class GssApiWithMicAuthFactory
extends org.apache.sshd.client.auth.AbstractUserAuthFactory
GssApiWithMicAuthentication handlers.| Modifier and Type | Field and Description |
|---|---|
static GssApiWithMicAuthFactory |
INSTANCE
The singleton
GssApiWithMicAuthFactory. |
static java.lang.String |
NAME
The authentication identifier for GSSApi-with-MIC.
|
| Modifier | Constructor and Description |
|---|---|
private |
GssApiWithMicAuthFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.client.auth.UserAuth |
create() |
getName, toStringgetSimplifiedLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final java.lang.String NAME
public static final GssApiWithMicAuthFactory INSTANCE
GssApiWithMicAuthFactory.