Uses of Class
org.apache.hadoop.security.token.TokenIdentifier
Packages that use TokenIdentifier
Package
Description
An abstract file system API.
Tools to help define network clients and servers.
IPC internal classes not for any use by libraries outside
the apache hadoop source tree.
Classes for hadoop security.
Support for delegation tokens.
ZooKeeper secret manager for TokenIdentifiers and DelegationKeys.
-
Uses of TokenIdentifier in org.apache.hadoop.crypto.key.kms
Subclasses of TokenIdentifier in org.apache.hadoop.crypto.key.kmsModifier and TypeClassDescriptionstatic classDelegationTokenIdentifier used for the KMS.Methods in org.apache.hadoop.crypto.key.kms that return types with arguments of type TokenIdentifierModifier and TypeMethodDescriptionToken<? extends TokenIdentifier>LoadBalancingKMSClientProvider.selectDelegationToken(Credentials creds) -
Uses of TokenIdentifier in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs with type parameters of type TokenIdentifierModifier and TypeMethodDescription<T extends TokenIdentifier>
voidDelegationTokenRenewer.Renewable.setDelegationToken(Token<T> token) Set delegation token. -
Uses of TokenIdentifier in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc that return types with arguments of type TokenIdentifierModifier and TypeMethodDescriptionstatic Token<? extends TokenIdentifier>ProtobufHelper.tokenFromProto(org.apache.hadoop.security.proto.SecurityProtos.TokenProto tokenProto) Deprecated.Get a token from a TokenProto payload.Method parameters in org.apache.hadoop.ipc with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionProtobufRpcEngine.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.ProtobufRpcEngine2.getServer(Class<?> protocol, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) RpcEngine.getServer(Class<?> protocol, Object instance, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct a server for a protocol implementation instance.WritableRpcEngine.getServer(Class<?> protocolClass, Object protocolImpl, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, Configuration conf, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.RPC.Builder.setSecretManager(SecretManager<? extends TokenIdentifier> secretManager) Constructor parameters in org.apache.hadoop.ipc with type arguments of type TokenIdentifierModifierConstructorDescriptionServer(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct an RPC server.Server(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Construct an RPC server.protectedServer(String bindAddress, int port, Class<? extends Writable> paramClass, int handlerCount, int numReaders, int queueSizePerHandler, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig) protectedServer(String bindAddress, int port, Class<? extends Writable> rpcRequestClass, int handlerCount, int numReaders, int queueSizePerHandler, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager) protectedServer(String bindAddress, int port, Class<? extends Writable> rpcRequestClass, int handlerCount, int numReaders, int queueSizePerHandler, Configuration conf, String serverName, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig) Constructs a server listening on the named port and address.Server(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig) Deprecated.use Server#Server(Class, Object, Configuration, String, int, int, int, int, boolean, SecretManager)Server(Class<?> protocolClass, Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager, String portRangeConfig, AlignmentContext alignmentContext) Deprecated.Construct an RPC server.Server(Object protocolImpl, Configuration conf, String bindAddress, int port, int numHandlers, int numReaders, int queueSizePerHandler, boolean verbose, SecretManager<? extends TokenIdentifier> secretManager) Deprecated.use Server#Server(Class, Object, Configuration, String, int, int, int, int, boolean, SecretManager) -
Uses of TokenIdentifier in org.apache.hadoop.ipc.internal
Methods in org.apache.hadoop.ipc.internal that return types with arguments of type TokenIdentifierModifier and TypeMethodDescriptionstatic Token<? extends TokenIdentifier>ShadedProtobufHelper.tokenFromProto(org.apache.hadoop.security.proto.SecurityProtos.TokenProto tokenProto) Create a hadoop token from a protobuf token. -
Uses of TokenIdentifier in org.apache.hadoop.security
Methods in org.apache.hadoop.security with type parameters of type TokenIdentifierModifier and TypeMethodDescriptionstatic <T extends TokenIdentifier>
TSaslRpcServer.getIdentifier(String id, SecretManager<T> secretManager) Methods in org.apache.hadoop.security that return types with arguments of type TokenIdentifierModifier and TypeMethodDescriptionCollection<Token<? extends TokenIdentifier>>Credentials.getAllTokens()Return all the tokens in the in-memory map.Token<? extends TokenIdentifier>Returns the Token object for the alias.UserGroupInformation.getTokenIdentifiers()Get the set of TokenIdentifiers belonging to this UGIMap<Text,Token<? extends TokenIdentifier>> Credentials.getTokenMap()Returns an unmodifiable version of the full map of aliases to Tokens.Collection<Token<? extends TokenIdentifier>>UserGroupInformation.getTokens()Obtain the collection of tokens associated with this user.Methods in org.apache.hadoop.security with parameters of type TokenIdentifierModifier and TypeMethodDescriptionbooleanUserGroupInformation.addTokenIdentifier(TokenIdentifier tokenId) Add a TokenIdentifier to this UGI.Method parameters in org.apache.hadoop.security with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionvoidCredentials.addToken(Text alias, Token<? extends TokenIdentifier> t) Add a token in the storage (in memory).booleanUserGroupInformation.addToken(Text alias, Token<? extends TokenIdentifier> token) Add a named token to this UGIbooleanUserGroupInformation.addToken(Token<? extends TokenIdentifier> token) Add a token to this UGISaslRpcServer.create(Server.Connection connection, Map<String, ?> saslProperties, SecretManager<TokenIdentifier> secretManager) Constructor parameters in org.apache.hadoop.security with type arguments of type TokenIdentifierModifierConstructorDescriptionSaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager, Server.Connection connection) SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager, Server.Connection connection, Configuration conf) -
Uses of TokenIdentifier in org.apache.hadoop.security.token
Classes in org.apache.hadoop.security.token with type parameters of type TokenIdentifierModifier and TypeClassDescriptionclassSecretManager<T extends TokenIdentifier>The server-side secret manager for each token type.classToken<T extends TokenIdentifier>The client-side form of the token.interfaceTokenSelector<T extends TokenIdentifier>Select token of type T from tokens for use with named serviceMethod parameters in org.apache.hadoop.security.token with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) -
Uses of TokenIdentifier in org.apache.hadoop.security.token.delegation
Subclasses of TokenIdentifier in org.apache.hadoop.security.token.delegationMethod parameters in org.apache.hadoop.security.token.delegation with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionAbstractDelegationTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) -
Uses of TokenIdentifier in org.apache.hadoop.security.token.delegation.web
Subclasses of TokenIdentifier in org.apache.hadoop.security.token.delegation.webModifier and TypeClassDescriptionclassConcrete delegation token identifier used byDelegationTokenManager,KerberosDelegationTokenAuthenticationHandlerandDelegationTokenAuthenticationFilter.Methods in org.apache.hadoop.security.token.delegation.web that return types with arguments of type TokenIdentifierModifier and TypeMethodDescriptionToken<? extends TokenIdentifier>DelegationTokenAuthenticatedURL.selectDelegationToken(URL url, Credentials creds) Select a delegation token from all tokens in credentials, based on url.