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.master.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 TDelegationTokenConfigDelegationTokenConfigSerializer. 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 DelegationTokenConfigDelegationTokenConfigSerializer. deserialize(TDelegationTokenConfig tconfig)Deserialize the Thrift delegation token config into the non-thrift variant -
Uses of TDelegationTokenConfig in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift declared as TDelegationTokenConfig Modifier and Type Field Description TDelegationTokenConfigMasterClientService.getDelegationToken_args. cfgMethods in org.apache.accumulo.core.master.thrift that return TDelegationTokenConfig Modifier and Type Method Description TDelegationTokenConfigMasterClientService.getDelegationToken_args. getCfg()Methods in org.apache.accumulo.core.master.thrift with parameters of type TDelegationTokenConfig Modifier and Type Method Description voidMasterClientService.AsyncClient. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg, org.apache.thrift.async.AsyncMethodCallback<TDelegationToken> resultHandler)voidMasterClientService.AsyncIface. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg, org.apache.thrift.async.AsyncMethodCallback<TDelegationToken> resultHandler)TDelegationTokenMasterClientService.Client. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)TDelegationTokenMasterClientService.Iface. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)voidMasterClientService.Client. send_getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)MasterClientService.getDelegationToken_argsMasterClientService.getDelegationToken_args. setCfg(TDelegationTokenConfig cfg)Constructors in org.apache.accumulo.core.master.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 TDelegationTokenConfigTDelegationTokenConfig. deepCopy()TDelegationTokenConfigTDelegationTokenConfig. setLifetime(long lifetime)Methods in org.apache.accumulo.core.securityImpl.thrift with parameters of type TDelegationTokenConfig Modifier and Type Method Description intTDelegationTokenConfig. compareTo(TDelegationTokenConfig other)booleanTDelegationTokenConfig. 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.
-