Uses of Class
com.nimbusds.openid.connect.sdk.OIDCClaimsRequest
Packages that use OIDCClaimsRequest
Package
Description
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect Provider (OP) classes.
-
Uses of OIDCClaimsRequest in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return OIDCClaimsRequestModifier and TypeMethodDescriptionCIBARequest.getOIDCClaims()Returns the individual claims to be returned.Methods in com.nimbusds.oauth2.sdk.ciba with parameters of type OIDCClaimsRequestModifier and TypeMethodDescriptionCIBARequest.Builder.claims(OIDCClaimsRequest claims) Sets the individual OpenID claims to be returned.Constructors in com.nimbusds.oauth2.sdk.ciba with parameters of type OIDCClaimsRequestModifierConstructorDescriptionCIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, OIDCClaimsRequest claims, List<com.nimbusds.langtag.LangTag> claimsLocales, String purpose, List<AuthorizationDetail> authorizationDetails, List<URI> resources, Map<String, List<String>> customParams) Creates a new CIBA request.CIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, OIDCClaimsRequest claims, List<com.nimbusds.langtag.LangTag> claimsLocales, String purpose, List<URI> resources, Map<String, List<String>> customParams) Deprecated.CIBARequest(URI endpoint, ClientAuthentication clientAuth, Scope scope, BearerAccessToken clientNotificationToken, List<ACR> acrValues, String loginHintTokenString, com.nimbusds.jwt.JWT idTokenHint, String loginHint, String bindingMessage, Secret userCode, Integer requestedExpiry, OIDCClaimsRequest claims, Map<String, List<String>> customParams) Deprecated. -
Uses of OIDCClaimsRequest in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return OIDCClaimsRequestModifier and TypeMethodDescriptionOIDCClaimsRequest.add(OIDCClaimsRequest other) Adds the entries from the specified other OpenID claims request.AuthenticationRequest.getOIDCClaims()Returns the individual OpenID claims to be returned.static OIDCClaimsRequestParses an OpenID claims request from the specified JSON object string representation.static OIDCClaimsRequestOIDCClaimsRequest.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID claims request from the specified JSON object representation.static OIDCClaimsRequestOIDCClaimsRequest.resolve(ResponseType responseType, Scope scope) Resolves the OpenID claims request for the specified response type and scope.static OIDCClaimsRequestOIDCClaimsRequest.resolve(ResponseType responseType, Scope scope, OIDCClaimsRequest claimsRequest) Resolves the merged OpenID claims request from the specified OpenID authentication request parameters.static OIDCClaimsRequestOIDCClaimsRequest.resolve(ResponseType responseType, Scope scope, OIDCClaimsRequest claimsRequest, Map<Scope.Value, Set<String>> customClaims) Resolves the merged OpenID claims request from the specified OpenID authentication request parameters.static OIDCClaimsRequestOIDCClaimsRequest.resolve(ResponseType responseType, Scope scope, Map<Scope.Value, Set<String>> customClaims) Resolves the OpenID claims request for the specified response type and scope.static OIDCClaimsRequestOIDCClaimsRequest.resolve(AuthenticationRequest authRequest) Resolves the merged OpenID claims request for the specified OpenID authentication request.OIDCClaimsRequest.withIDTokenClaimsRequest(ClaimsSetRequest idToken) Sets the claims requested in the ID token.OIDCClaimsRequest.withIDTokenVerifiedClaimsRequest(VerifiedClaimsSetRequest idTokenVerified) Deprecated.OIDCClaimsRequest.withIDTokenVerifiedClaimsRequest(VerifiedClaimsSetRequest idTokenVerified) Sets a single verified claims set requested in the ID token.OIDCClaimsRequest.withIDTokenVerifiedClaimsRequestList(List<VerifiedClaimsSetRequest> idTokenVerifiedList) Deprecated.OIDCClaimsRequest.withIDTokenVerifiedClaimsRequests(List<VerifiedClaimsSetRequest> idTokenVerifiedList) Sets the list of verified claims sets requested in the ID token.OIDCClaimsRequest.withUserInfoClaimsRequest(ClaimsSetRequest userInfo) Sets the claims requested at the UserInfo endpoint.OIDCClaimsRequest.withUserInfoVerifiedClaimsRequest(VerifiedClaimsSetRequest userInfoVerified) Deprecated.OIDCClaimsRequest.withUserInfoVerifiedClaimsRequest(VerifiedClaimsSetRequest userInfoVerified) Sets a single verified claims set requested at the UserInfo endpoint.OIDCClaimsRequest.withUserInfoVerifiedClaimsRequestList(List<VerifiedClaimsSetRequest> userInfoVerifiedList) Deprecated.OIDCClaimsRequest.withUserInfoVerifiedClaimsRequests(List<VerifiedClaimsSetRequest> userInfoVerifiedList) Sets the list of verified claims sets requested at the UserInfo endpoint.Methods in com.nimbusds.openid.connect.sdk with parameters of type OIDCClaimsRequestModifier and TypeMethodDescriptionOIDCClaimsRequest.add(OIDCClaimsRequest other) Adds the entries from the specified other OpenID claims request.AuthenticationRequest.Builder.claims(OIDCClaimsRequest claims) Sets the individual OpenID claims to be returned.static OIDCClaimsRequestOIDCClaimsRequest.resolve(ResponseType responseType, Scope scope, OIDCClaimsRequest claimsRequest) Resolves the merged OpenID claims request from the specified OpenID authentication request parameters.static OIDCClaimsRequestOIDCClaimsRequest.resolve(ResponseType responseType, Scope scope, OIDCClaimsRequest claimsRequest, Map<Scope.Value, Set<String>> customClaims) Resolves the merged OpenID claims request from the specified OpenID authentication request parameters.Constructors in com.nimbusds.openid.connect.sdk with parameters of type OIDCClaimsRequestModifierConstructorDescriptionAuthenticationRequest(URI endpoint, ResponseType rt, ResponseMode rm, Scope scope, ClientID clientID, URI redirectURI, State state, Nonce nonce, Display display, Prompt prompt, int maxAge, List<com.nimbusds.langtag.LangTag> uiLocales, List<com.nimbusds.langtag.LangTag> claimsLocales, com.nimbusds.jwt.JWT idTokenHint, String loginHint, List<ACR> acrValues, OIDCClaimsRequest claims, String purpose, com.nimbusds.jwt.JWT requestObject, URI requestURI, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<URI> resources, boolean includeGrantedScopes, Map<String, List<String>> customParams) Deprecated.AuthenticationRequest(URI endpoint, ResponseType rt, ResponseMode rm, Scope scope, ClientID clientID, URI redirectURI, State state, Nonce nonce, Display display, Prompt prompt, JWKThumbprintConfirmation dpopJKT, int maxAge, List<com.nimbusds.langtag.LangTag> uiLocales, List<com.nimbusds.langtag.LangTag> claimsLocales, com.nimbusds.jwt.JWT idTokenHint, String loginHint, List<ACR> acrValues, OIDCClaimsRequest claims, String purpose, com.nimbusds.jwt.JWT requestObject, URI requestURI, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<URI> resources, boolean includeGrantedScopes, Map<String, List<String>> customParams) Deprecated.AuthenticationRequest(URI endpoint, ResponseType rt, ResponseMode rm, Scope scope, ClientID clientID, URI redirectURI, State state, Nonce nonce, Display display, Prompt prompt, JWKThumbprintConfirmation dpopJKT, TrustChain trustChain, int maxAge, List<com.nimbusds.langtag.LangTag> uiLocales, List<com.nimbusds.langtag.LangTag> claimsLocales, com.nimbusds.jwt.JWT idTokenHint, String loginHint, List<ACR> acrValues, OIDCClaimsRequest claims, String purpose, com.nimbusds.jwt.JWT requestObject, URI requestURI, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<AuthorizationDetail> authorizationDetails, List<URI> resources, boolean includeGrantedScopes, Map<String, List<String>> customParams) Creates a new OpenID Connect authentication request with extension and custom parameters.AuthenticationRequest(URI endpoint, ResponseType rt, ResponseMode rm, Scope scope, ClientID clientID, URI redirectURI, State state, Nonce nonce, Display display, Prompt prompt, JWKThumbprintConfirmation dpopJKT, TrustChain trustChain, int maxAge, List<com.nimbusds.langtag.LangTag> uiLocales, List<com.nimbusds.langtag.LangTag> claimsLocales, com.nimbusds.jwt.JWT idTokenHint, String loginHint, List<ACR> acrValues, OIDCClaimsRequest claims, String purpose, com.nimbusds.jwt.JWT requestObject, URI requestURI, CodeChallenge codeChallenge, CodeChallengeMethod codeChallengeMethod, List<URI> resources, boolean includeGrantedScopes, Map<String, List<String>> customParams) Deprecated. -
Uses of OIDCClaimsRequest in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op with parameters of type OIDCClaimsRequestModifier and TypeMethodDescriptionstatic ACRRequestACRRequest.resolve(List<ACR> acrValues, OIDCClaimsRequest claimsRequest) Resolves the requested essential and voluntary ACR values from the specified top-levelacr_valuesrequest parameter andclaimsrequest parameter.