Uses of Class
com.authlete.common.dto.StandardIntrospectionResponse
-
Packages that use StandardIntrospectionResponse Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of StandardIntrospectionResponse in com.authlete.common.api
Methods in com.authlete.common.api that return StandardIntrospectionResponse Modifier and Type Method Description StandardIntrospectionResponse
AuthleteApi. standardIntrospection(StandardIntrospectionRequest request)
Call Authlete's/auth/introspection/standard
API. -
Uses of StandardIntrospectionResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return StandardIntrospectionResponse Modifier and Type Method Description StandardIntrospectionResponse
StandardIntrospectionResponse. setAction(StandardIntrospectionResponse.Action action)
Set the next action that the introspection endpoint of the authorization server should take.StandardIntrospectionResponse
StandardIntrospectionResponse. setResponseContent(String responseContent)
Set the response content which can be used as the entity body of the response returned to the resource server.
-