public class AuthenticationSchemeKRBParameters extends Object implements AuthenticationSchemeParameters
| Constructor and Description |
|---|
AuthenticationSchemeKRBParameters(String loginContextName,
boolean mutualAuthenticate,
String username,
String serviceName,
boolean reload) |
| Modifier and Type | Method and Description |
|---|---|
GSSContext |
getGSSContext() |
LoginContext |
getLoginContext() |
String |
getLoginContextName() |
String |
getServiceName() |
byte[] |
getToken() |
String |
getUsername() |
boolean |
reloadConfigFile() |
void |
setGSSContext(GSSContext gssContext) |
void |
setLoginContext(LoginContext loginContext) |
void |
setToken(byte[] token) |
boolean |
useMutualAuthentication() |
public String getLoginContextName()
public boolean useMutualAuthentication()
public boolean reloadConfigFile()
public String getUsername()
public String getServiceName()
public void setToken(byte[] token)
public byte[] getToken()
public void setLoginContext(LoginContext loginContext)
public LoginContext getLoginContext()
public void setGSSContext(GSSContext gssContext)
public GSSContext getGSSContext()
Copyright 2004-2021 Solace Corporation. All rights reserved.