Uses of Class
org.apache.accumulo.server.security.delegation.AuthenticationKey
-
Packages that use AuthenticationKey Package Description org.apache.accumulo.server.security.delegation -
-
Uses of AuthenticationKey in org.apache.accumulo.server.security.delegation
Methods in org.apache.accumulo.server.security.delegation that return types with arguments of type AuthenticationKey Modifier and Type Method Description List<AuthenticationKey>ZooAuthenticationKeyDistributor. getCurrentKeys()Fetch allAuthenticationKeys currently stored in ZooKeeper beneath the configuredbaseNode.Methods in org.apache.accumulo.server.security.delegation with parameters of type AuthenticationKey Modifier and Type Method Description voidAuthenticationTokenSecretManager. addKey(AuthenticationKey key)Add the providedkeyto the in-memory copy of allAuthenticationKeys.voidZooAuthenticationKeyDistributor. advertise(AuthenticationKey newKey)Add the givenAuthenticationKeyto ZooKeeper.voidZooAuthenticationKeyDistributor. remove(AuthenticationKey key)Remove the givenAuthenticationKeyfrom ZooKeeper.
-