Uses of Class
com.nimbusds.oauth2.sdk.TokenIntrospectionSuccessResponse
-
Packages that use TokenIntrospectionSuccessResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of TokenIntrospectionSuccessResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return TokenIntrospectionSuccessResponse Modifier and Type Method Description TokenIntrospectionSuccessResponseTokenIntrospectionSuccessResponse.Builder. build()Builds a new token introspection success response.static TokenIntrospectionSuccessResponseTokenIntrospectionSuccessResponse. parse(HTTPResponse httpResponse)Parses an token introspection success response from the specified HTTP response.static TokenIntrospectionSuccessResponseTokenIntrospectionSuccessResponse. parse(net.minidev.json.JSONObject jsonObject)Parses a token introspection success response from the specified JSON object.TokenIntrospectionSuccessResponseTokenIntrospectionResponse. toSuccessResponse()Casts this response to a token introspection success response.Constructors in com.nimbusds.oauth2.sdk with parameters of type TokenIntrospectionSuccessResponse Constructor Description Builder(TokenIntrospectionSuccessResponse response)Creates a new token introspection success response builder with the parameters of the specified response.
-