Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
com.nimbusds.oauth2.sdk.auth.verifier |
Client authentication verifier framework.
|
com.nimbusds.openid.connect.sdk.id |
Common OpenID Connect identifier and identity classes.
|
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 | Class and Description |
---|---|
class |
ParseException
Parse exception.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidClientException
Invalid client exception.
|
Modifier and Type | Method and Description |
---|---|
void |
SectorIDURIValidator.validate(URI sectorURI,
Set<URI> redirectURIs)
Validates the specified sector identifier URI by ensuring it lists
all specified redirection URIs.
|
Modifier and Type | Class and Description |
---|---|
class |
ResolveException
Resolve exception.
|
Modifier and Type | Method and Description |
---|---|
void |
ACRRequest.ensureACRSupport(AuthenticationRequest authRequest,
OIDCProviderMetadata opMetadata)
Ensures all requested essential ACR values are supported by the
OpenID provider.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 Connect2id Ltd.. All rights reserved.