Uses of Interface
com.nimbusds.jwt.ReadOnlyClaimsSet

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

Uses of ReadOnlyClaimsSet in com.nimbusds.jwt
 

Classes in com.nimbusds.jwt that implement ReadOnlyClaimsSet
 class ClaimsSet
          JSON Web Token (JWT) claims set.
 

Methods in com.nimbusds.jwt that return ReadOnlyClaimsSet
 ReadOnlyClaimsSet JWT.getClaimsSet()
          Gets the claims set of the JSON Web Token (JWT).
 ReadOnlyClaimsSet SignedJWT.getClaimsSet()
           
 ReadOnlyClaimsSet PlainJWT.getClaimsSet()
           
 ReadOnlyClaimsSet EncryptedJWT.getClaimsSet()
           
 



Copyright © 2013 NimbusDS. All Rights Reserved.