public class SaslServerConnectionParams extends SaslConnectionParams
SaslConnectionParams.QualityOfProtection, SaslConnectionParams.SaslMechanismcallbackHandler, kerberosServerPrimary, mechanism, principal, qop, saslProperties| Constructor and Description |
|---|
SaslServerConnectionParams(AccumuloConfiguration conf,
AuthenticationToken token) |
SaslServerConnectionParams(AccumuloConfiguration conf,
AuthenticationToken token,
AuthenticationTokenSecretManager secretManager) |
SaslServerConnectionParams(ClientConfiguration conf,
AuthenticationToken token) |
SaslServerConnectionParams(ClientConfiguration conf,
AuthenticationToken token,
AuthenticationTokenSecretManager secretManager) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationTokenSecretManager |
getSecretManager() |
void |
setSecretManager(AuthenticationTokenSecretManager secretManager) |
protected void |
updateFromToken(AuthenticationToken token) |
equals, getCallbackHandler, getDefaultRealm, getKerberosServerPrimary, getMechanism, getPrincipal, getProperties, getQualityOfProtection, getSaslProperties, hashCode, toString, updateFromConfiguration, updatePrincipalFromUgipublic SaslServerConnectionParams(AccumuloConfiguration conf, AuthenticationToken token)
public SaslServerConnectionParams(AccumuloConfiguration conf, AuthenticationToken token, AuthenticationTokenSecretManager secretManager)
public SaslServerConnectionParams(ClientConfiguration conf, AuthenticationToken token)
public SaslServerConnectionParams(ClientConfiguration conf, AuthenticationToken token, AuthenticationTokenSecretManager secretManager)
protected void updateFromToken(AuthenticationToken token)
updateFromToken in class SaslConnectionParamspublic AuthenticationTokenSecretManager getSecretManager()
public void setSecretManager(AuthenticationTokenSecretManager secretManager)
Copyright © 2015 Apache Accumulo Project. All rights reserved.