public class Ssh2GSSAPIAuthenticationWithMIC extends Object implements AuthenticationClient
CANCELLED, COMPLETE, FAILED, FURTHER_AUTHENTICATION_REQUIRED, PUBLIC_KEY_ACCEPTABLE| Constructor and Description |
|---|
Ssh2GSSAPIAuthenticationWithMIC() |
Ssh2GSSAPIAuthenticationWithMIC(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(AuthenticationProtocol authentication,
String servicename) |
String |
getMethod() |
String |
getUsername() |
void |
setCallbackHandler(CallbackHandler callbackHandler) |
void |
setMutualAuthentication(boolean mutualAuth) |
void |
setRequestAnonymity(boolean requestAnonymity) |
void |
setRequestConf(boolean requestConf) |
void |
setRequestCredDeleg(boolean requestCredDeleg) |
void |
setRequestInteg(boolean requestInteg) |
void |
setServicePrincipalName(String servicePrincipalName) |
void |
setUsername(String username) |
public Ssh2GSSAPIAuthenticationWithMIC()
public Ssh2GSSAPIAuthenticationWithMIC(Configuration configuration)
public void setServicePrincipalName(String servicePrincipalName)
public void setMutualAuthentication(boolean mutualAuth)
public void setRequestConf(boolean requestConf)
public void setRequestInteg(boolean requestInteg)
public void setRequestCredDeleg(boolean requestCredDeleg)
public void setRequestAnonymity(boolean requestAnonymity)
public String getMethod()
getMethod in interface SshAuthenticationpublic void setCallbackHandler(CallbackHandler callbackHandler)
public void authenticate(AuthenticationProtocol authentication, String servicename) throws SshException, AuthenticationResult
authenticate in interface AuthenticationClientSshExceptionAuthenticationResultpublic void setUsername(String username)
setUsername in interface SshAuthenticationpublic String getUsername()
getUsername in interface SshAuthenticationCopyright © 2012. All Rights Reserved.