Uses of Class
com.nimbusds.openid.connect.sdk.claims.ClaimsSetRequest.Entry
-
Packages that use ClaimsSetRequest.Entry Package Description com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses.com.nimbusds.openid.connect.sdk.assurance.claims Identity assurance claims.com.nimbusds.openid.connect.sdk.claims Claims and claim sets used in OpenID Connect. -
-
Uses of ClaimsSetRequest.Entry in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return types with arguments of type ClaimsSetRequest.Entry Modifier and Type Method Description List<ClaimsSetRequest.Entry>OIDCScopeValue. toClaimsSetRequestEntries()Gets the OpenID claims request entries for this OpenID Connect scope value. -
Uses of ClaimsSetRequest.Entry in com.nimbusds.openid.connect.sdk.assurance.claims
Methods in com.nimbusds.openid.connect.sdk.assurance.claims with parameters of type ClaimsSetRequest.Entry Modifier and Type Method Description VerifiedClaimsSetRequestVerifiedClaimsSetRequest. add(ClaimsSetRequest.Entry entry)Constructor parameters in com.nimbusds.openid.connect.sdk.assurance.claims with type arguments of type ClaimsSetRequest.Entry Constructor Description VerifiedClaimsSetRequest(Collection<ClaimsSetRequest.Entry> entries, net.minidev.json.JSONObject verificationJSONObject)Creates a new OpenID Connect verified claims set request. -
Uses of ClaimsSetRequest.Entry in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return ClaimsSetRequest.Entry Modifier and Type Method Description ClaimsSetRequest.EntryClaimsSetRequest. get(String claimName, com.nimbusds.langtag.LangTag langTag)Gets the specified claim entry from this request.static ClaimsSetRequest.EntryClaimsSetRequest.Entry. parse(Map.Entry<String,net.minidev.json.JSONObject> jsonObjectEntry)Parses an individual claim request from the specified JSON object entry.ClaimsSetRequest.EntryClaimsSetRequest.Entry. withAdditionalInformation(Map<String,Object> additionalInformation)Sets additional information for the requested claim.ClaimsSetRequest.EntryClaimsSetRequest.Entry. withClaimRequirement(ClaimRequirement requirement)Sets the claim requirement.ClaimsSetRequest.EntryClaimsSetRequest.Entry. withLangTag(com.nimbusds.langtag.LangTag langTag)Sets the language tag for the claim.ClaimsSetRequest.EntryClaimsSetRequest.Entry. withPurpose(String purpose)Sets the purpose for which the claim is requested.ClaimsSetRequest.EntryClaimsSetRequest.Entry. withValue(String value)Sets the requested value for the claim.ClaimsSetRequest.EntryClaimsSetRequest.Entry. withValues(List<String> values)Sets the requested values for the claim.Methods in com.nimbusds.openid.connect.sdk.claims that return types with arguments of type ClaimsSetRequest.Entry Modifier and Type Method Description Collection<ClaimsSetRequest.Entry>ClaimsSetRequest. getEntries()Gets the request entries.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type ClaimsSetRequest.Entry Modifier and Type Method Description ClaimsSetRequestClaimsSetRequest. add(ClaimsSetRequest.Entry entry)Adds the specified claim to the request.Constructor parameters in com.nimbusds.openid.connect.sdk.claims with type arguments of type ClaimsSetRequest.Entry Constructor Description ClaimsSetRequest(Collection<ClaimsSetRequest.Entry> entries)Creates a new OpenID Connect claims set request.
-