Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionSuccessResponse.Builder
Packages that use TokenIntrospectionSuccessResponse.Builder
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of TokenIntrospectionSuccessResponse.Builder in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionSuccessResponse.BuilderModifier and TypeMethodDescriptionSets the token audience.TokenIntrospectionSuccessResponse.Builder.authorizationDetails
(List<AuthorizationDetail> authorizationDetails) Sets the Rich Authorisation Request (RAR) details.Sets the identifier for the OAuth 2.0 client that requested the token.TokenIntrospectionSuccessResponse.Builder.expirationTime
(Date exp) Sets the token expiration time.Sets the token issuer.Sets the token issue time.TokenIntrospectionSuccessResponse.Builder.jwkThumbprintConfirmation
(JWKThumbprintConfirmation cnf) Sets the JSON Web Key (JWK) SHA-256 thumbprint confirmation, for OAuth 2.0 DPoP.Sets the token identifier.TokenIntrospectionSuccessResponse.Builder.notBeforeTime
(Date nbf) Sets the token not-before time.Sets a custom parameter.Sets the token scope.Sets the token subject.TokenIntrospectionSuccessResponse.Builder.tokenType
(AccessTokenType tokenType) Sets the token type.Sets the username of the resource owner who authorised the token.TokenIntrospectionSuccessResponse.Builder.x509CertificateConfirmation
(X509CertificateConfirmation cnf) Sets the client X.509 certificate confirmation, for a mutual TLS client certificate bound access token.TokenIntrospectionSuccessResponse.Builder.x509CertificateSHA256Thumbprint
(com.nimbusds.jose.util.Base64URL x5t) Deprecated.