static IDTokenValidator |
IDTokenValidator.create(Issuer opIssuer,
OIDCClientInformation clientInfo) |
Creates a new ID token validator for the specified OpenID Provider,
which must publish its metadata at
[issuer-url]/.well-known/openid-configuration.
|
static IDTokenValidator |
IDTokenValidator.create(Issuer opIssuer,
OIDCClientInformation clientInfo,
com.nimbusds.jose.jwk.source.JWKSource clientJWKSource,
int connectTimeout,
int readTimeout) |
Creates a new ID token validator for the specified OpenID Provider,
which must publish its metadata at
[issuer-url]/.well-known/openid-configuration.
|
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.
|