Package org.apache.hadoop.security.token
@Public
@Evolving
package org.apache.hadoop.security.token
Support for delegation tokens.
-
ClassDescriptionorg.apache.hadoop.security.token.DelegationTokenIssuerClass for issuing delegation tokens.org.apache.hadoop.security.token.DtFetcherDtFetcher is an interface which permits the abstraction and separation of delegation token fetch implementaions across different packages and compilation units.org.apache.hadoop.security.token.DtFileOperationsDtFileOperations is a collection of delegation token file operations.org.apache.hadoop.security.token.DtUtilShellDtUtilShell is a set of command line token file management operations.SecretManager<T extends TokenIdentifier>The server-side secret manager for each token type.org.apache.hadoop.security.token.SecretManager.InvalidTokenThe token was invalid and the message explains why.Token<T extends TokenIdentifier>The client-side form of the token.A trivial renewer for token kinds that aren't managed.An identifier that identifies a token, may contain public information about a token, including its kind (or type).Indicates Token related information to be usedThis is the interface for plugins that handle tokens.TokenSelector<T extends TokenIdentifier>Select token of type T from tokens for use with named service