Uses of Class
com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata
-
Packages that use OIDCProviderMetadata Package Description com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes.com.nimbusds.openid.connect.sdk.validators Client-side OpenID Connect ID token, access token and authorisation code validators. -
-
Uses of OIDCProviderMetadata in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return OIDCProviderMetadata Modifier and Type Method Description static OIDCProviderMetadataOIDCProviderMetadata. parse(String s)Parses 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 OIDCProviderMetadataOIDCProviderMetadata. resolve(Issuer issuer)Resolves OpenID Provider metadata from the specified issuer identifier.static OIDCProviderMetadataOIDCProviderMetadata. resolve(Issuer issuer, int connectTimeout, int readTimeout)Resolves OpenID Provider metadata from the specified issuer identifier.Methods in com.nimbusds.openid.connect.sdk.op with parameters of type OIDCProviderMetadata Modifier and Type Method Description voidACRRequest. 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 OIDCProviderMetadata Modifier and Type Method Description static 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.
-