Uses of Class
com.nimbusds.jwt.JWTClaimsSet

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

Uses of JWTClaimsSet in com.nimbusds.jwt
 

Methods in com.nimbusds.jwt that return JWTClaimsSet
static JWTClaimsSet JWTClaimsSet.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 JWTClaimsSet
PlainJWT(JWTClaimsSet claimsSet)
          Creates a new plain JSON Web Token (JWT) with a default PlainHeader and the specified claims set.
 



Copyright © 2013 NimbusDS. All Rights Reserved.