Uses of Class
org.apache.accumulo.core.securityImpl.thrift.TDelegationToken
-
Packages that use TDelegationToken Package Description org.apache.accumulo.core.master.thrift org.apache.accumulo.core.securityImpl.thrift -
-
Uses of TDelegationToken in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift declared as TDelegationToken Modifier and Type Field Description TDelegationTokenMasterClientService.getDelegationToken_result. successMethods in org.apache.accumulo.core.master.thrift that return TDelegationToken Modifier and Type Method Description TDelegationTokenMasterClientService.Client. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)TDelegationTokenMasterClientService.Iface. getDelegationToken(TInfo tinfo, TCredentials credentials, TDelegationTokenConfig cfg)TDelegationTokenMasterClientService.AsyncClient.getDelegationToken_call. getResult()TDelegationTokenMasterClientService.getDelegationToken_result. getSuccess()TDelegationTokenMasterClientService.Client. recv_getDelegationToken()Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TDelegationToken Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TDelegationToken>MasterClientService.AsyncProcessor.getDelegationToken. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.accumulo.core.master.thrift with parameters of type TDelegationToken Modifier and Type Method Description MasterClientService.getDelegationToken_resultMasterClientService.getDelegationToken_result. setSuccess(TDelegationToken success)Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TDelegationToken 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)voidMasterClientService.AsyncProcessor.getDelegationToken. start(I iface, MasterClientService.getDelegationToken_args args, org.apache.thrift.async.AsyncMethodCallback<TDelegationToken> resultHandler)Constructors in org.apache.accumulo.core.master.thrift with parameters of type TDelegationToken Constructor Description getDelegationToken_result(TDelegationToken success, ThriftSecurityException sec, ThriftNotActiveServiceException tnase)Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type TDelegationToken Constructor Description 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 TDelegationToken in org.apache.accumulo.core.securityImpl.thrift
Methods in org.apache.accumulo.core.securityImpl.thrift that return TDelegationToken Modifier and Type Method Description TDelegationTokenTDelegationToken. deepCopy()TDelegationTokenTDelegationToken. setIdentifier(TAuthenticationTokenIdentifier identifier)TDelegationTokenTDelegationToken. setPassword(byte[] password)TDelegationTokenTDelegationToken. setPassword(ByteBuffer password)Methods in org.apache.accumulo.core.securityImpl.thrift with parameters of type TDelegationToken Modifier and Type Method Description intTDelegationToken. compareTo(TDelegationToken other)booleanTDelegationToken. equals(TDelegationToken that)Constructors in org.apache.accumulo.core.securityImpl.thrift with parameters of type TDelegationToken Constructor Description TDelegationToken(TDelegationToken other)Performs a deep copy on other.
-