| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
| com.nimbusds.oauth2.sdk.assertions.jwt |
JWT bearer assertions.
|
| com.nimbusds.oauth2.sdk.auth |
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
JWTID |
TokenIntrospectionSuccessResponse.getJWTID()
Returns the token identifier.
|
| Modifier and Type | Method and Description |
|---|---|
TokenIntrospectionSuccessResponse.Builder |
TokenIntrospectionSuccessResponse.Builder.jwtID(JWTID jti)
Sets the token identifier.
|
| Modifier and Type | Method and Description |
|---|---|
JWTID |
JWTAssertionDetails.getJWTID()
Returns the optional assertion identifier, as a JWT ID.
|
| Constructor and Description |
|---|
JWTAssertionDetails(Issuer iss,
Subject sub,
List<Audience> aud,
Date exp,
Date nbf,
Date iat,
JWTID jti,
Map<String,Object> other)
Creates a new JWT bearer assertion details (claims set) instance.
|
| Constructor and Description |
|---|
JWTAuthenticationClaimsSet(ClientID clientID,
List<Audience> aud,
Date exp,
Date nbf,
Date iat,
JWTID jti)
Creates a new JWT client authentication claims set.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.