Uses of Class
com.nimbusds.openid.connect.sdk.ClaimsRequest
Packages that use ClaimsRequest
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of ClaimsRequest in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return ClaimsRequestModifier and TypeMethodDescriptionAuthenticationRequest.getClaims()Deprecated.static ClaimsRequestDeprecated.Parses a claims request from the specified JSON object string representation.static ClaimsRequestClaimsRequest.parse(net.minidev.json.JSONObject jsonObject) Deprecated.Parses a claims request from the specified JSON object representation.static ClaimsRequestClaimsRequest.resolve(ResponseType responseType, Scope scope) Deprecated.Resolves the claims request for the specified response type and scope.static ClaimsRequestClaimsRequest.resolve(ResponseType responseType, Scope scope, ClaimsRequest claimsRequest) Deprecated.Resolves the merged claims request from the specified OpenID authentication request parameters.static ClaimsRequestClaimsRequest.resolve(ResponseType responseType, Scope scope, ClaimsRequest claimsRequest, Map<Scope.Value, Set<String>> customClaims) Deprecated.Resolves the merged claims request from the specified OpenID authentication request parameters.static ClaimsRequestClaimsRequest.resolve(ResponseType responseType, Scope scope, Map<Scope.Value, Set<String>> customClaims) Deprecated.Resolves the claims request for the specified response type and scope.static ClaimsRequestClaimsRequest.resolve(AuthenticationRequest authRequest) Deprecated.Resolves the merged claims request for the specified OpenID authentication request.Methods in com.nimbusds.openid.connect.sdk with parameters of type ClaimsRequestModifier and TypeMethodDescriptionvoidClaimsRequest.add(ClaimsRequest other) Deprecated.Adds the entries from the specified other claims request.AuthenticationRequest.Builder.claims(ClaimsRequest claims) Deprecated.static ClaimsRequestClaimsRequest.resolve(ResponseType responseType, Scope scope, ClaimsRequest claimsRequest) Deprecated.Resolves the merged claims request from the specified OpenID authentication request parameters.static ClaimsRequestClaimsRequest.resolve(ResponseType responseType, Scope scope, ClaimsRequest claimsRequest, Map<Scope.Value, Set<String>> customClaims) Deprecated.Resolves the merged claims request from the specified OpenID authentication request parameters.Constructors in com.nimbusds.openid.connect.sdk with parameters of type ClaimsRequestModifierConstructorDescriptionAuthenticationRequest(URI uri, 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, ClaimsRequest 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.