Uses of Class
com.nimbusds.jwt.ClaimsSet

Packages that use ClaimsSet
com.nimbusds.jwt JSON Web Token (JWT) classes. 
 

Uses of ClaimsSet in com.nimbusds.jwt
 

Methods in com.nimbusds.jwt that return ClaimsSet
static ClaimsSet ClaimsSet.parse(net.minidev.json.JSONObject json)
          Parses a JSON Web Token (JWT) claims set from the specified JSON object representation.
 

Constructors in com.nimbusds.jwt with parameters of type ClaimsSet
EncryptedJWT(JWEHeader header, ClaimsSet claimsSet)
          Creates a new to-be-encrypted JSON Web Token (JWT) with the specified header and claims set.
PlainJWT(ClaimsSet claimsSet)
          Creates a new plain JSON Web Token (JWT) with a default PlainHeader and the specified claims set.
PlainJWT(PlainHeader header, ClaimsSet claimsSet)
          Creates a new plain JSON Web Token (JWT) with the specified header and claims set.
SignedJWT(JWSHeader header, ClaimsSet claimsSet)
          Creates a new to-be-signed JSON Web Token (JWT) with the specified header and claims set.
 



Copyright © 2013 NimbusDS. All Rights Reserved.