Uses of Class
org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty
-
Packages that use AuthenticationToken.TokenProperty Package Description org.apache.accumulo.core.client.security.tokens org.apache.accumulo.core.clientImpl org.apache.accumulo.core.clientImpl.mapreduce -
-
Uses of AuthenticationToken.TokenProperty in org.apache.accumulo.core.client.security.tokens
Methods in org.apache.accumulo.core.client.security.tokens that return types with arguments of type AuthenticationToken.TokenProperty Modifier and Type Method Description Set<AuthenticationToken.TokenProperty>AuthenticationToken. getProperties()Set<AuthenticationToken.TokenProperty>CredentialProviderToken. getProperties()Set<AuthenticationToken.TokenProperty>KerberosToken. getProperties()Set<AuthenticationToken.TokenProperty>NullToken. getProperties()Set<AuthenticationToken.TokenProperty>PasswordToken. getProperties()Methods in org.apache.accumulo.core.client.security.tokens with parameters of type AuthenticationToken.TokenProperty Modifier and Type Method Description intAuthenticationToken.TokenProperty. compareTo(AuthenticationToken.TokenProperty o) -
Uses of AuthenticationToken.TokenProperty in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type AuthenticationToken.TokenProperty Modifier and Type Method Description Set<AuthenticationToken.TokenProperty>DelegationTokenImpl. getProperties() -
Uses of AuthenticationToken.TokenProperty in org.apache.accumulo.core.clientImpl.mapreduce
Methods in org.apache.accumulo.core.clientImpl.mapreduce that return types with arguments of type AuthenticationToken.TokenProperty Modifier and Type Method Description Set<AuthenticationToken.TokenProperty>DelegationTokenStub. getProperties()Deprecated.
-