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 AuthorizationServerMetadataParses an OAuth 2.0 Authorisation Server metadata from the specified JSON object string.static AuthorizationServerMetadataAuthorizationServerMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses an OAuth 2.0 Authorisation Server metadata from the specified JSON object.static AuthorizationServerMetadataResolves the OAuth 2.0 authorisation server metadata for the specified issuer.static AuthorizationServerMetadataResolves the OAuth 2.0 authorisation server metadata for the specified issuer.static AuthorizationServerMetadataAuthorizationServerMetadata.resolve(Issuer issuer, HTTPRequestConfigurator requestConfigurator) Resolves the OAuth 2.0 authorisation server metadata for the specified issuer.static AuthorizationServerMetadataResolves the OAuth 2.0 authorisation server metadata for the specified issuer.static AuthorizationServerMetadataAuthorizationServerMetadata.resolve(Issuer issuer, URL altBaseURL, int connectTimeout, int readTimeout) Resolves the OAuth 2.0 authorisation server metadata for the specified issuer.static AuthorizationServerMetadataAuthorizationServerMetadata.resolve(Issuer issuer, URL altBaseURL, HTTPRequestConfigurator requestConfigurator) Resolves the OAuth 2.0 authorisation server metadata for the specified issuer. -
Uses of AuthorizationServerMetadata in com.nimbusds.oauth2.sdk.jarm
Methods in com.nimbusds.oauth2.sdk.jarm with parameters of type AuthorizationServerMetadataModifier and TypeMethodDescriptionstatic JARMValidatorJARMValidator.create(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.static JARMValidatorJARMValidator.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.JWEKeySelectorJARMValidator.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.JWSKeySelectorJARMValidator.createJWSKeySelector(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a key selector for JWS verification.static booleanJARMUtils.supportsJARM(AuthorizationServerMetadata asMetadata) Returnstrueif 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 TypeMethodDescriptionvoidCommonFederationClaimsSet.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