Uses of Class
com.nimbusds.openid.connect.sdk.ClaimsRequest.Entry

Packages that use ClaimsRequest.Entry
com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. 
 

Uses of ClaimsRequest.Entry in com.nimbusds.openid.connect.sdk
 

Methods in com.nimbusds.openid.connect.sdk that return ClaimsRequest.Entry
 ClaimsRequest.Entry ClaimsRequest.removeIDTokenClaim(String claimName, com.nimbusds.langtag.LangTag langTag)
          Removes the specified ID token claim from the request.
 ClaimsRequest.Entry ClaimsRequest.removeUserInfoClaim(String claimName, com.nimbusds.langtag.LangTag langTag)
          Removes the specified UserInfo claim from the request.
 

Methods in com.nimbusds.openid.connect.sdk that return types with arguments of type ClaimsRequest.Entry
 Collection<ClaimsRequest.Entry> ClaimsRequest.getIDTokenClaims()
          Gets the requested ID token claims.
 Collection<ClaimsRequest.Entry> ClaimsRequest.getUserInfoClaims()
          Gets the requested UserInfo claims.
static Collection<ClaimsRequest.Entry> ClaimsRequest.Entry.parseEntries(net.minidev.json.JSONObject jsonObject)
          Parses a collection of individual claim requests from the specified JSON object.
 Collection<ClaimsRequest.Entry> ClaimsRequest.removeIDTokenClaims(String claimName)
          Removes the specified ID token claims from the request, in all existing language tag variations.
 Collection<ClaimsRequest.Entry> ClaimsRequest.removeUserInfoClaims(String claimName)
          Removes the specified UserInfo claims from the request, in all existing language tag variations.
 

Methods in com.nimbusds.openid.connect.sdk with parameters of type ClaimsRequest.Entry
 void ClaimsRequest.addIDTokenClaim(ClaimsRequest.Entry entry)
          Adds the specified ID token claim to the request.
 void ClaimsRequest.addUserInfoClaim(ClaimsRequest.Entry entry)
          Adds the specified UserInfo claim to the request.
 

Method parameters in com.nimbusds.openid.connect.sdk with type arguments of type ClaimsRequest.Entry
static net.minidev.json.JSONObject ClaimsRequest.Entry.toJSONObject(Collection<ClaimsRequest.Entry> entries)
          Returns the JSON object representation of the specified collection of individual claim requests.
 



Copyright © 2013 NimbusDS. All Rights Reserved.