Uses of Class
com.nimbusds.openid.connect.sdk.claims.ClaimsSetRequest
Packages that use ClaimsSetRequest
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect for Identity Assurance 1.0 claims.
OpenID Connect for Identity Assurance 1.0 request classes.
Claims and claim sets used in OpenID Connect.
-
Uses of ClaimsSetRequest in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return ClaimsSetRequestModifier and TypeMethodDescriptionOIDCClaimsRequest.getIDTokenClaimsRequest()Returns the claims requested in the ID token.OIDCClaimsRequest.getUserInfoClaimsRequest()Returns the claims requested at the UserInfo endpoint.Methods in com.nimbusds.openid.connect.sdk with parameters of type ClaimsSetRequestModifier and TypeMethodDescriptionOIDCClaimsRequest.withIDTokenClaimsRequest(ClaimsSetRequest idToken) Sets the claims requested in the ID token.OIDCClaimsRequest.withUserInfoClaimsRequest(ClaimsSetRequest userInfo) Sets the claims requested at the UserInfo endpoint. -
Uses of ClaimsSetRequest in com.nimbusds.openid.connect.sdk.assurance.claims
Subclasses of ClaimsSetRequest in com.nimbusds.openid.connect.sdk.assurance.claims -
Uses of ClaimsSetRequest in com.nimbusds.openid.connect.sdk.assurance.request
Subclasses of ClaimsSetRequest in com.nimbusds.openid.connect.sdk.assurance.requestModifier and TypeClassDescriptionclassOpenID Connect verified claims set request, intended to represent theverified_claimssub-element within auserinfoorid_tokenelement in aclaimsrequest parameter. -
Uses of ClaimsSetRequest in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return ClaimsSetRequestModifier and TypeMethodDescriptionClaimsSetRequest.add(ClaimsSetRequest.Entry entry) Adds the specified claim to the request.Adds the specified claim to the request, using default settings.Deletes the specified claim from this request, in all existing language tag variations if any.Deletes the specified claim from this request.static ClaimsSetRequestParses an OpenID Connect claims set request from the specified JSON object string representation.static ClaimsSetRequestClaimsSetRequest.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect claims set request from the specified JSON object representation.
VerifiedClaimsSetRequestinstead.