Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionSuccessResponse
Packages that use TokenIntrospectionSuccessResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of TokenIntrospectionSuccessResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionSuccessResponseModifier and TypeMethodDescriptionTokenIntrospectionSuccessResponse.Builder.build()
Builds a new token introspection success response.TokenIntrospectionSuccessResponse.parse
(HTTPResponse httpResponse) Parses a token introspection success response from the specified HTTP response.TokenIntrospectionSuccessResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses a token introspection success response from the specified JSON object.TokenIntrospectionResponse.toSuccessResponse()
Casts this response to a token introspection success response.Constructors in com.nimbusds.oauth2.sdk with parameters of type TokenIntrospectionSuccessResponseModifierConstructorDescriptionBuilder
(TokenIntrospectionSuccessResponse response) Creates a new token introspection success response builder with the parameters of the specified response.