Uses of Class
com.nimbusds.oauth2.sdk.as.AuthorizationServerMetadata
Packages that use AuthorizationServerMetadata
Package
Description
OAuth 2.0 Authorisation Server (AS) classes.
JWT Secured Authorization Response Mode for OAuth 2.0 (JARM) utilities.
OpenID Connect Federation 1.0 entity classes.
OpenID Connect Provider (OP) classes.
-
Uses of AuthorizationServerMetadata in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return AuthorizationServerMetadataModifier and TypeMethodDescriptionstatic AuthorizationServerMetadata
Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object string.static AuthorizationServerMetadata
AuthorizationServerMetadata.parse
(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object.static AuthorizationServerMetadata
Resolves OAuth 2.0 authorisation server metadata from the specified issuer identifier.static AuthorizationServerMetadata
Resolves OAuth 2.0 authorisation server metadata from the specified issuer identifier.static AuthorizationServerMetadata
AuthorizationServerMetadata.resolve
(Issuer issuer, HTTPRequestConfigurator requestConfigurator) Resolves OAuth 2.0 authorisation server metadata from the specified issuer identifier. -
Uses of AuthorizationServerMetadata in com.nimbusds.oauth2.sdk.jarm
Methods in com.nimbusds.oauth2.sdk.jarm with parameters of type AuthorizationServerMetadataModifier and TypeMethodDescriptionstatic JARMValidator
JARMValidator.create
(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.static JARMValidator
JARMValidator.create
(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource) Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.protected static com.nimbusds.jose.proc.JWEKeySelector
JARMValidator.createJWEKeySelector
(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource) Creates a key selector for JWE decryption.protected static com.nimbusds.jose.proc.JWSKeySelector
JARMValidator.createJWSKeySelector
(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a key selector for JWS verification.static boolean
JARMUtils.supportsJARM
(AuthorizationServerMetadata asMetadata) Returnstrue
if JARM is supported for the specified OpenID provider / Authorisation server metadata. -
Uses of AuthorizationServerMetadata in com.nimbusds.openid.connect.sdk.federation.entities
Methods in com.nimbusds.openid.connect.sdk.federation.entities that return AuthorizationServerMetadataModifier and TypeMethodDescriptionCommonFederationClaimsSet.getASMetadata()
Gets the OAuth 2.0 authorisation server metadata if present for this entity.Methods in com.nimbusds.openid.connect.sdk.federation.entities with parameters of type AuthorizationServerMetadataModifier and TypeMethodDescriptionvoid
CommonFederationClaimsSet.setASMetadata
(AuthorizationServerMetadata asMetadata) Sets the OAuth 2.0 authorisation server metadata if present for this entity. -
Uses of AuthorizationServerMetadata in com.nimbusds.openid.connect.sdk.op
Subclasses of AuthorizationServerMetadata in com.nimbusds.openid.connect.sdk.op