Uses of Class
org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
-
Packages that use AuthenticationToken.Properties Package Description org.apache.accumulo.core.client.security.tokens org.apache.accumulo.core.clientImpl org.apache.accumulo.core.clientImpl.mapreduce -
-
Uses of AuthenticationToken.Properties in org.apache.accumulo.core.client.security.tokens
Methods in org.apache.accumulo.core.client.security.tokens with parameters of type AuthenticationToken.Properties Modifier and Type Method Description void
AuthenticationToken. init(AuthenticationToken.Properties properties)
void
CredentialProviderToken. init(AuthenticationToken.Properties properties)
void
KerberosToken. init(AuthenticationToken.Properties properties)
void
NullToken. init(AuthenticationToken.Properties properties)
void
PasswordToken. init(AuthenticationToken.Properties properties)
-
Uses of AuthenticationToken.Properties in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type AuthenticationToken.Properties Modifier and Type Method Description void
DelegationTokenImpl. init(AuthenticationToken.Properties properties)
-
Uses of AuthenticationToken.Properties in org.apache.accumulo.core.clientImpl.mapreduce
Methods in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type AuthenticationToken.Properties Modifier and Type Method Description void
DelegationTokenStub. init(AuthenticationToken.Properties properties)
Deprecated.
-