Uses of Class
com.nimbusds.oauth2.sdk.auth.JWTAuthenticationClaimsSet

Packages that use JWTAuthenticationClaimsSet
com.nimbusds.oauth2.sdk.auth Implementations of OAuth 2.0 client authentication methods at the Token endpoint. 
 

Uses of JWTAuthenticationClaimsSet in com.nimbusds.oauth2.sdk.auth
 

Methods in com.nimbusds.oauth2.sdk.auth that return JWTAuthenticationClaimsSet
 JWTAuthenticationClaimsSet JWTAuthentication.getJWTAuthenticationClaimsSet()
          Gets the client authentication claims set contained in the client assertion JSON Web Token (JWT).
static JWTAuthenticationClaimsSet JWTAuthenticationClaimsSet.parse(net.minidev.json.JSONObject jsonObject)
          Parses a JWT client authentication claims set from the specified JSON object.
static JWTAuthenticationClaimsSet JWTAuthenticationClaimsSet.parse(com.nimbusds.jwt.ReadOnlyJWTClaimsSet jwtClaimsSet)
          Parses a JWT client authentication claims set from the specified JWT claims set.
 



Copyright © 2013 NimbusDS. All Rights Reserved.