| Package | Description |
|---|---|
| org.apache.accumulo.server | |
| org.apache.accumulo.server.rpc | |
| org.apache.accumulo.server.security.delegation |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationTokenSecretManager |
AccumuloServerContext.getSecretManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloServerContext.setSecretManager(AuthenticationTokenSecretManager secretManager) |
| Constructor and Description |
|---|
AccumuloServerContext(ServerConfigurationFactory confFactory,
AuthenticationTokenSecretManager secretManager)
Construct a server context from the server's configuration
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationTokenSecretManager |
SaslServerConnectionParams.getSecretManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SaslServerConnectionParams.setSecretManager(AuthenticationTokenSecretManager secretManager) |
| Constructor and Description |
|---|
SaslServerConnectionParams(AccumuloConfiguration conf,
AuthenticationToken token,
AuthenticationTokenSecretManager secretManager) |
SaslServerConnectionParams(ClientConfiguration conf,
AuthenticationToken token,
AuthenticationTokenSecretManager secretManager) |
SaslServerDigestCallbackHandler(AuthenticationTokenSecretManager secretManager) |
| Constructor and Description |
|---|
AuthenticationTokenKeyManager(AuthenticationTokenSecretManager mgr,
ZooAuthenticationKeyDistributor dist,
long keyUpdateInterval,
long tokenMaxLifetime)
Construct the key manager which will generate new AuthenticationKeys to generate and verify
delegation tokens
|
ZooAuthenticationKeyWatcher(AuthenticationTokenSecretManager secretManager,
ZooReader zk,
String baseNode) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.