Uses of Class
org.apache.hadoop.security.token.TokenIdentifier
Packages that use TokenIdentifier
Package
Description
Tools to help define network clients and servers.
Classes for hadoop security.
Support for delegation tokens.
Router security token delegation.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TokenIdentifier in org.apache.hadoop.ipc
Constructor parameters in org.apache.hadoop.ipc with type arguments of type TokenIdentifierModifierConstructorDescriptionprotectedServer(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. -
Uses of TokenIdentifier in org.apache.hadoop.mapreduce.security
Method parameters in org.apache.hadoop.mapreduce.security with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionstatic voidTokenCache.setJobToken(Token<? extends TokenIdentifier> t, Credentials credentials) store job token -
Uses of TokenIdentifier in org.apache.hadoop.security
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 UGI -
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.delegation -
Uses of TokenIdentifier in org.apache.hadoop.security.token.delegation.web
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. -
Uses of TokenIdentifier in org.apache.hadoop.yarn.security
Subclasses of TokenIdentifier in org.apache.hadoop.yarn.securityModifier and TypeClassDescriptionclassAMRMTokenIdentifier is the TokenIdentifier to be used by ApplicationMasters to authenticate to the ResourceManager.classTokenIdentifier for a container.classMethod parameters in org.apache.hadoop.yarn.security with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionAMRMTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) ContainerTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) -
Uses of TokenIdentifier in org.apache.hadoop.yarn.security.client
Subclasses of TokenIdentifier in org.apache.hadoop.yarn.security.clientModifier and TypeClassDescriptionclassclassDelegation Token Identifier that identifies the delegation tokens from the Resource Manager.classclassorg.apache.hadoop.yarn.security.client.YARNDelegationTokenIdentifierMethod parameters in org.apache.hadoop.yarn.security.client with type arguments of type TokenIdentifierModifier and TypeMethodDescriptionRMDelegationTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) TimelineDelegationTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) -
Uses of TokenIdentifier in org.apache.hadoop.yarn.util
Methods in org.apache.hadoop.yarn.util with type parameters of type TokenIdentifierModifier and TypeMethodDescriptionstatic <T extends TokenIdentifier>
Token<T>ConverterUtils.convertFromYarn(Token protoToken, InetSocketAddress serviceAddr) Convert a protobuf token into a rpc token and set its service.static <T extends TokenIdentifier>
Token<T>ConverterUtils.convertFromYarn(Token protoToken, Text service) Convert a protobuf token into a rpc token and set its service.