Uses of Class
com.nimbusds.oauth2.sdk.client.ClientInformation
Packages that use ClientInformation
Package
Description
OAuth 2.0 dynamic client registration.
JWT Secured Authorization Response Mode for OAuth 2.0 (JARM) utilities.
OpenID Connect Relying Party (RP) classes.
-
Uses of ClientInformation in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return ClientInformationModifier and TypeMethodDescriptionClientInformationResponse.getClientInformation()
Gets the client information.static ClientInformation
ClientInformation.parse
(net.minidev.json.JSONObject jsonObject) Parses a client information instance from the specified JSON object.Constructors in com.nimbusds.oauth2.sdk.client with parameters of type ClientInformationModifierConstructorDescriptionClientInformationResponse
(ClientInformation clientInfo, boolean forNewClient) Creates a new client information response. -
Uses of ClientInformation in com.nimbusds.oauth2.sdk.jarm
Methods in com.nimbusds.oauth2.sdk.jarm with parameters of type ClientInformationModifier and TypeMethodDescriptionstatic JARMValidator
JARMValidator.create
(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a new JARM validator for the specified Authorisation Server metadata and OAuth 2.0 client registration.static JARMValidator
JARMValidator.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 JARMValidator
JARMValidator.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-server
resp.static JARMValidator
JARMValidator.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-server
resp.protected static com.nimbusds.jose.proc.JWEKeySelector
JARMValidator.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.JWSKeySelector
JARMValidator.createJWSKeySelector
(AuthorizationServerMetadata asMetadata, ClientInformation clientInfo) Creates a key selector for JWS verification. -
Uses of ClientInformation in com.nimbusds.openid.connect.sdk.rp
Subclasses of ClientInformation in com.nimbusds.openid.connect.sdk.rpModifier and TypeClassDescriptionfinal class
OpenID Connect client information.