Uses of Class
com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata
Packages that use OIDCProviderMetadata
Package
Description
OpenID Connect Federation 1.0 entity classes.
OpenID Connect Provider (OP) classes.
Client-side OpenID Connect ID token, access token and authorisation code
validators.
-
Uses of OIDCProviderMetadata in com.nimbusds.openid.connect.sdk.federation.entities
Methods in com.nimbusds.openid.connect.sdk.federation.entities that return OIDCProviderMetadataModifier and TypeMethodDescriptionCommonFederationClaimsSet.getOPMetadata()Gets the OpenID provider metadata if present for this entity.Methods in com.nimbusds.openid.connect.sdk.federation.entities with parameters of type OIDCProviderMetadataModifier and TypeMethodDescriptionvoidCommonFederationClaimsSet.setOPMetadata(OIDCProviderMetadata opMetadata) Gets the OpenID provider metadata if present for this entity. -
Uses of OIDCProviderMetadata in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return OIDCProviderMetadataModifier and TypeMethodDescriptionstatic OIDCProviderMetadataParses an OpenID Provider metadata from the specified JSON object string.static OIDCProviderMetadataOIDCProviderMetadata.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Provider metadata from the specified JSON object.static OIDCProviderMetadataResolves the OpenID Provider metadata for the specified issuer.static OIDCProviderMetadataResolves the OpenID Provider metadata for the specified issuer.static OIDCProviderMetadataOIDCProviderMetadata.resolve(Issuer issuer, HTTPRequestConfigurator requestConfigurator) Resolves the OpenID Provider metadata from the specified issuer.static OIDCProviderMetadataResolves the OpenID Provider metadata for the specified issuer.static OIDCProviderMetadataResolves the OpenID Provider metadata for the specified issuer.static OIDCProviderMetadataOIDCProviderMetadata.resolve(Issuer issuer, URL altBaseURL, HTTPRequestConfigurator requestConfigurator) Resolves the OpenID Provider metadata for the specified issuer.Methods in com.nimbusds.openid.connect.sdk.op with parameters of type OIDCProviderMetadataModifier and TypeMethodDescriptionvoidACRRequest.ensureACRSupport(AuthenticationRequest authRequest, OIDCProviderMetadata opMetadata) Deprecated. -
Uses of OIDCProviderMetadata in com.nimbusds.openid.connect.sdk.validators
Methods in com.nimbusds.openid.connect.sdk.validators with parameters of type OIDCProviderMetadataModifier and TypeMethodDescriptionstatic IDTokenValidatorIDTokenValidator.create(OIDCProviderMetadata opMetadata, OIDCClientInformation clientInfo) Creates a new ID token validator for the specified OpenID Provider metadata and OpenID Relying Party registration.static IDTokenValidatorIDTokenValidator.create(OIDCProviderMetadata opMetadata, OIDCClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource) Creates a new ID token validator for the specified OpenID Provider metadata and OpenID Relying Party registration.static LogoutTokenValidatorLogoutTokenValidator.create(OIDCProviderMetadata opMetadata, OIDCClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource<?> clientJWKSource) Creates a new logout token validator for the specified OpenID Provider metadata and OpenID Relying Party registration.protected static com.nimbusds.jose.proc.JWEKeySelectorIDTokenValidator.createJWEKeySelector(OIDCProviderMetadata opMetadata, OIDCClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource) Creates a key selector for JWE decryption.protected static com.nimbusds.jose.proc.JWSKeySelectorIDTokenValidator.createJWSKeySelector(OIDCProviderMetadata opMetadata, OIDCClientInformation clientInfo) Creates a key selector for JWS verification.