Uses of Class
org.apache.accumulo.core.client.admin.DelegationTokenConfig
-
Packages that use DelegationTokenConfig Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of DelegationTokenConfig in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return DelegationTokenConfig Modifier and Type Method Description DelegationTokenConfigDelegationTokenConfig. setTokenLifetime(long lifetime, TimeUnit unit)Requests a specific lifetime for the token that is different than the default system lifetime.Methods in org.apache.accumulo.core.client.admin with parameters of type DelegationTokenConfig Modifier and Type Method Description DelegationTokenSecurityOperations. getDelegationToken(DelegationTokenConfig cfg)Obtain aDelegationTokenfor use when Kerberos credentials cannot be used (e.g. -
Uses of DelegationTokenConfig in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return DelegationTokenConfig Modifier and Type Method Description static DelegationTokenConfigDelegationTokenConfigSerializer. deserialize(TDelegationTokenConfig tconfig)Deserialize the Thrift delegation token config into the non-thrift variantDelegationTokenConfigAuthenticationTokenIdentifier. getConfig()A configuration from the requesting user, may be null.Methods in org.apache.accumulo.core.clientImpl with parameters of type DelegationTokenConfig Modifier and Type Method Description DelegationTokenSecurityOperationsImpl. getDelegationToken(DelegationTokenConfig cfg)static TDelegationTokenConfigDelegationTokenConfigSerializer. serialize(DelegationTokenConfig config)Serialize the delegation token config into the thrift variantConstructors in org.apache.accumulo.core.clientImpl with parameters of type DelegationTokenConfig Constructor Description AuthenticationTokenIdentifier(String principal, DelegationTokenConfig cfg)
-