Uses of Class
com.nimbusds.oauth2.sdk.GeneralException
Packages that use GeneralException
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OAuth 2.0 Authorisation Server (AS) classes.
Client authentication verifier framework.
JWT Secured Authorization Response Mode for OAuth 2.0 (JARM) utilities.
OpenID Connect Federation 1.0 trust chains and resolution.
Common OpenID Connect identifier and identity classes.
OpenID Connect Provider (OP) classes.
Client-side OpenID Connect ID token, access token and authorisation code
validators.
-
Uses of GeneralException in com.nimbusds.oauth2.sdk
Subclasses of GeneralException in com.nimbusds.oauth2.sdk -
Uses of GeneralException in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that throw GeneralExceptionModifier and TypeMethodDescriptionstatic AuthorizationServerMetadataResolves OAuth 2.0 authorisation server metadata from the specified issuer identifier.static AuthorizationServerMetadataResolves OAuth 2.0 authorisation server metadata from the specified issuer identifier.static URLAuthorizationServerMetadata.resolveURL(Issuer issuer) Resolves OAuth 2.0 authorisation server metadata URL from the specified issuer identifier. -
Uses of GeneralException in com.nimbusds.oauth2.sdk.auth.verifier
Subclasses of GeneralException in com.nimbusds.oauth2.sdk.auth.verifier -
Uses of GeneralException in com.nimbusds.oauth2.sdk.jarm
Methods in com.nimbusds.oauth2.sdk.jarm that throw GeneralExceptionModifier and TypeMethodDescriptionstatic JARMValidatorJARMValidator.create(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.static JARMValidatorJARMValidator.create(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource) Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.static JARMValidatorJARMValidator.create(Issuer issuer, ClientInformation clientInfo) Creates a new JARM validator for the specified Authorisation Server or OpenID Provider, which must publish its metadata at[issuer-url]/.well-known/oauth-authorization-serverresp.static JARMValidatorJARMValidator.create(Issuer issuer, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource, int connectTimeout, int readTimeout) Creates a new JARM validator for the specified Authorisation Server or OpenID Provider, which must publish its metadata at[issuer-url]/.well-known/oauth-authorization-serverresp.protected static com.nimbusds.jose.proc.JWEKeySelectorJARMValidator.createJWEKeySelector(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo, com.nimbusds.jose.jwk.source.JWKSource clientJWKSource) Creates a key selector for JWE decryption.protected static com.nimbusds.jose.proc.JWSKeySelectorJARMValidator.createJWSKeySelector(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a key selector for JWS verification. -
Uses of GeneralException in com.nimbusds.openid.connect.sdk.federation.trust
Subclasses of GeneralException in com.nimbusds.openid.connect.sdk.federation.trust -
Uses of GeneralException in com.nimbusds.openid.connect.sdk.id
Methods in com.nimbusds.openid.connect.sdk.id that throw GeneralException -
Uses of GeneralException in com.nimbusds.openid.connect.sdk.op
Subclasses of GeneralException in com.nimbusds.openid.connect.sdk.opMethods in com.nimbusds.openid.connect.sdk.op that throw GeneralExceptionModifier and TypeMethodDescriptionvoidACRRequest.ensureACRSupport(AuthorizationRequest authzRequest, List<ACR> supportedACRs) Ensures all requested essential ACR values are supported by those supported by the OpenID provider.voidACRRequest.ensureACRSupport(AuthenticationRequest authRequest, OIDCProviderMetadata opMetadata) Deprecated.static OIDCProviderMetadataResolves OpenID Provider metadata from the specified issuer identifier.static OIDCProviderMetadataResolves OpenID Provider metadata from the specified issuer identifier.static URLOIDCProviderMetadata.resolveURL(Issuer issuer) Resolves OpenID Provider metadata URL from the specified issuer identifier. -
Uses of GeneralException in com.nimbusds.openid.connect.sdk.validators
Methods in com.nimbusds.openid.connect.sdk.validators that throw GeneralExceptionModifier and TypeMethodDescriptionstatic IDTokenValidatorIDTokenValidator.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 IDTokenValidatorIDTokenValidator.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 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.