Package org.opensearch.identity.tokens


package org.opensearch.identity.tokens
Classes for the authentication tokens in OpenSearch
  • Class
    Description
    Interface for all token formats to support to authenticate user such as UserName/Password tokens, Access tokens, and more.
    Basic (Base64 encoded) Authentication Token in a http request header
    Bearer (JWT) Authentication Token in a http request header
    Extracts tokens from RestRequests used for authentication
    This interface defines the expected methods of a token manager