Class OpenIDProviderMetadata
java.lang.Object
org.apache.pulsar.broker.authentication.oidc.OpenIDProviderMetadata
A Simple Class representing the essential fields of the OpenID Provider Metadata.
Spec: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
Note that this class is only used for deserializing the JSON metadata response from
calling a provider's /.well-known/openid-configuration endpoint.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenIDProviderMetadata
-
-
Method Details
-
getIssuer
-
getJwksUri
-