Package org.apache.hadoop.security.token


@Public @Evolving package org.apache.hadoop.security.token
Support for delegation tokens.
  • Class
    Description
    org.apache.hadoop.security.token.DelegationTokenIssuer
    Class for issuing delegation tokens.
    org.apache.hadoop.security.token.DtFetcher
    DtFetcher 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.DtFileOperations
    DtFileOperations is a collection of delegation token file operations.
    org.apache.hadoop.security.token.DtUtilShell
    DtUtilShell is a set of command line token file management operations.
    The server-side secret manager for each token type.
    org.apache.hadoop.security.token.SecretManager.InvalidToken
    The token was invalid and the message explains why.
    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 used
    This is the interface for plugins that handle tokens.
    Select token of type T from tokens for use with named service