Uses of Class
org.apache.accumulo.core.clientImpl.AuthenticationTokenIdentifier
-
Packages that use AuthenticationTokenIdentifier Package Description org.apache.accumulo.core.clientImpl -
-
Uses of AuthenticationTokenIdentifier in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return AuthenticationTokenIdentifier Modifier and Type Method Description AuthenticationTokenIdentifier
DelegationTokenImpl. getIdentifier()
The identifier for this token, may be null.Constructors in org.apache.accumulo.core.clientImpl with parameters of type AuthenticationTokenIdentifier Constructor Description AuthenticationTokenIdentifier(AuthenticationTokenIdentifier identifier)
DelegationTokenImpl(byte[] delegationTokenPassword, AuthenticationTokenIdentifier identifier)
DelegationTokenImpl(String instanceID, org.apache.hadoop.security.UserGroupInformation user, AuthenticationTokenIdentifier identifier)
DelegationTokenImpl(org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier> token, AuthenticationTokenIdentifier identifier)
-