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.
|
Modifier and Type | Method and Description |
---|---|
static OIDCProviderMetadata |
OIDCProviderMetadata.parse(net.minidev.json.JSONObject jsonObject)
Parses an OpenID Connect provider metadata from the specified JSON
object.
|
static OIDCProviderMetadata |
OIDCProviderMetadata.parse(String s)
Parses an OpenID Connect provider metadata from the specified JSON
object string.
|
static OIDCProviderMetadata |
OIDCProviderMetadata.resolve(Issuer issuer)
Resolves OpenID Provider metadata from the specified issuer
identifier.
|
static OIDCProviderMetadata |
OIDCProviderMetadata.resolve(Issuer issuer,
int connectTimeout,
int readTimeout)
Resolves OpenID Provider metadata from the specified issuer
identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
ACRRequest.ensureACRSupport(AuthenticationRequest authRequest,
OIDCProviderMetadata opMetadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IDTokenValidator |
IDTokenValidator.create(OIDCProviderMetadata opMetadata,
OIDCClientInformation clientInfo)
Creates a new ID token validator for the specified OpenID Provider
metadata and OpenID Relying Party registration.
|
static IDTokenValidator |
IDTokenValidator.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 LogoutTokenValidator |
LogoutTokenValidator.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.JWEKeySelector |
IDTokenValidator.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.JWSKeySelector |
IDTokenValidator.createJWSKeySelector(OIDCProviderMetadata opMetadata,
OIDCClientInformation clientInfo)
Creates a key selector for JWS verification.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.