Package org.apache.pulsar.broker.authentication.oidc


package org.apache.pulsar.broker.authentication.oidc
  • Class
    Description
    Enum used to classify the types of exceptions encountered when attempting JWT verification.
    An AuthenticationProvider implementation that supports the usage of a JSON Web Token (JWT) for client authentication.
    These are the modes available for configuring how the Open ID Connect Authentication Provider should handle a JWT that has an issuer that is not explicitly in the allowed issuers set configured by AuthenticationProviderOpenID.ALLOWED_TOKEN_ISSUERS.
     
    A Simple Class representing the essential fields of the OpenID Provider Metadata.