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 voidAuthenticationToken. init(AuthenticationToken.Properties properties)voidCredentialProviderToken. init(AuthenticationToken.Properties properties)voidKerberosToken. init(AuthenticationToken.Properties properties)voidNullToken. init(AuthenticationToken.Properties properties)voidPasswordToken. 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 voidDelegationTokenImpl. 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 voidDelegationTokenStub. init(AuthenticationToken.Properties properties)Deprecated.
-