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 default StandardIntrospectionResponseAuthleteApi. standardIntrospection(StandardIntrospectionRequest request)Call Authlete's/auth/introspection/standardAPI.StandardIntrospectionResponseAuthleteApi. standardIntrospection(StandardIntrospectionRequest request, Options options)Call Authlete's/auth/introspection/standardAPI.StandardIntrospectionResponseAuthleteApiImplV3. standardIntrospection(StandardIntrospectionRequest request, Options options)Call/api/{serviceId}/auth/introspection/standardAPI. -
Uses of StandardIntrospectionResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return StandardIntrospectionResponse Modifier and Type Method Description StandardIntrospectionResponseStandardIntrospectionResponse. setAction(StandardIntrospectionResponse.Action action)Set the next action that the introspection endpoint of the authorization server should take.StandardIntrospectionResponseStandardIntrospectionResponse. setResponseContent(String responseContent)Set the response content which can be used as the entity body of the response returned to the resource server.
-