Uses of Class
com.nimbusds.oauth2.sdk.auth.JWTAuthenticationClaimsSet
Packages that use JWTAuthenticationClaimsSet
Package
Description
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 JWTAuthenticationClaimsSetModifier and TypeMethodDescriptionJWTAuthentication.getJWTAuthenticationClaimsSet()Gets the client authentication claims set contained in the client assertion JSON Web Token (JWT).static JWTAuthenticationClaimsSetJWTAuthenticationClaimsSet.parse(com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet) Parses a JWT client authentication claims set from the specified JWT claims set.static JWTAuthenticationClaimsSetJWTAuthenticationClaimsSet.parse(net.minidev.json.JSONObject jsonObject) Parses a JWT client authentication claims set from the specified JSON object.Constructors in com.nimbusds.oauth2.sdk.auth with parameters of type JWTAuthenticationClaimsSetModifierConstructorDescriptionPrivateKeyJWT(JWTAuthenticationClaimsSet jwtAuthClaimsSet, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, ECPrivateKey ecPrivateKey, String keyID, Provider jcaProvider) Deprecated.PrivateKeyJWT(JWTAuthenticationClaimsSet jwtAuthClaimsSet, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, RSAPrivateKey rsaPrivateKey, String keyID, Provider jcaProvider) Deprecated.PrivateKeyJWT(JWTAuthenticationClaimsSet jwtAuthClaimsSet, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, PrivateKey privateKey, String keyID, Provider jcaProvider) Creates a new private key JWT authentication.PrivateKeyJWT(JWTAuthenticationClaimsSet jwtAuthClaimsSet, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, PrivateKey privateKey, String keyID, List<com.nimbusds.jose.util.Base64> x5c, com.nimbusds.jose.util.Base64URL x5t256, Provider jcaProvider) Creates a new private key JWT authentication.