Package org.apache.hadoop.security.token
@Public
@Evolving
package org.apache.hadoop.security.token
Support for delegation tokens.
-
ClassDescriptionClass for issuing delegation tokens.DtFetcher is an interface which permits the abstraction and separation of delegation token fetch implementaions across different packages and compilation units.DtFileOperations is a collection of delegation token file operations.DtUtilShell is a set of command line token file management operations.SecretManager<T extends TokenIdentifier>The server-side secret manager for each token type.The 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