Uses of Class
org.apache.accumulo.core.securityImpl.thrift.TDelegationTokenConfig
-
Packages that use TDelegationTokenConfig Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.manager.thrift org.apache.accumulo.core.securityImpl.thrift -
-
Uses of TDelegationTokenConfig in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return TDelegationTokenConfig Modifier and Type Method Description static TDelegationTokenConfig
DelegationTokenConfigSerializer. serialize(DelegationTokenConfig config)
Serialize the delegation token config into the thrift variantMethods in org.apache.accumulo.core.clientImpl with parameters of type TDelegationTokenConfig Modifier and Type Method Description static DelegationTokenConfig
DelegationTokenConfigSerializer. deserialize(TDelegationTokenConfig tconfig)
Deserialize the Thrift delegation token config into the non-thrift variant -
Uses of TDelegationTokenConfig in org.apache.accumulo.core.manager.thrift
Fields in org.apache.accumulo.core.manager.thrift declared as TDelegationTokenConfig Modifier and Type Field Description TDelegationTokenConfig
ManagerClientService.getDelegationToken_args. cfg
Methods in org.apache.accumulo.core.manager.thrift that return TDelegationTokenConfig Modifier and Type Method Description TDelegationTokenConfig
ManagerClientService.getDelegationToken_args. getCfg()
Methods in org.apache.accumulo.core.manager.thrift with parameters of type TDelegationTokenConfig Modifier and Type Method Description void
ManagerClientService.AsyncClient. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg, org.apache.thrift.async.AsyncMethodCallback<TDelegationToken> resultHandler)
void
ManagerClientService.AsyncIface. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg, org.apache.thrift.async.AsyncMethodCallback<TDelegationToken> resultHandler)
TDelegationToken
ManagerClientService.Client. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)
TDelegationToken
ManagerClientService.Iface. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)
void
ManagerClientService.Client. send_getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)
ManagerClientService.getDelegationToken_args
ManagerClientService.getDelegationToken_args. setCfg(TDelegationTokenConfig cfg)
Constructors in org.apache.accumulo.core.manager.thrift with parameters of type TDelegationTokenConfig Constructor Description getDelegationToken_args(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)
getDelegationToken_call(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg, org.apache.thrift.async.AsyncMethodCallback<TDelegationToken> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-
Uses of TDelegationTokenConfig in org.apache.accumulo.core.securityImpl.thrift
Methods in org.apache.accumulo.core.securityImpl.thrift that return TDelegationTokenConfig Modifier and Type Method Description TDelegationTokenConfig
TDelegationTokenConfig. deepCopy()
TDelegationTokenConfig
TDelegationTokenConfig. setLifetime(long lifetime)
Methods in org.apache.accumulo.core.securityImpl.thrift with parameters of type TDelegationTokenConfig Modifier and Type Method Description int
TDelegationTokenConfig. compareTo(TDelegationTokenConfig other)
boolean
TDelegationTokenConfig. equals(TDelegationTokenConfig that)
Constructors in org.apache.accumulo.core.securityImpl.thrift with parameters of type TDelegationTokenConfig Constructor Description TDelegationTokenConfig(TDelegationTokenConfig other)
Performs a deep copy on other.
-