Uses of Class
org.apache.accumulo.server.security.delegation.AuthenticationTokenSecretManager
-
Packages that use AuthenticationTokenSecretManager Package Description org.apache.accumulo.server org.apache.accumulo.server.rpc org.apache.accumulo.server.security.delegation -
-
Uses of AuthenticationTokenSecretManager in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return AuthenticationTokenSecretManager Modifier and Type Method Description AuthenticationTokenSecretManagerServerContext. getSecretManager() -
Uses of AuthenticationTokenSecretManager in org.apache.accumulo.server.rpc
Methods in org.apache.accumulo.server.rpc that return AuthenticationTokenSecretManager Modifier and Type Method Description AuthenticationTokenSecretManagerSaslServerConnectionParams. getSecretManager()Constructors in org.apache.accumulo.server.rpc with parameters of type AuthenticationTokenSecretManager Constructor Description SaslServerConnectionParams(AccumuloConfiguration conf, AuthenticationToken token, AuthenticationTokenSecretManager secretManager)SaslServerDigestCallbackHandler(AuthenticationTokenSecretManager secretManager) -
Uses of AuthenticationTokenSecretManager in org.apache.accumulo.server.security.delegation
Constructors in org.apache.accumulo.server.security.delegation with parameters of type AuthenticationTokenSecretManager Constructor Description AuthenticationTokenKeyManager(AuthenticationTokenSecretManager mgr, ZooAuthenticationKeyDistributor dist, long keyUpdateInterval, long tokenMaxLifetime)Construct the key manager which will generate new AuthenticationKeys to generate and verify delegation tokensZooAuthenticationKeyWatcher(AuthenticationTokenSecretManager secretManager, ZooReader zk, String baseNode)
-