public interface TokenIntrospectionHandler
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.JsonValue |
introspect(OAuth2Request request,
String clientId,
String tokenType,
String tokenId)
Look for a token of a particular type, with a given ID, and return its introspected representation.
|
Integer |
priority()
The priority of the handler.
|
org.forgerock.json.JsonValue introspect(OAuth2Request request, String clientId, String tokenType, String tokenId) throws ServerException, NotFoundException
tokenType
- The type of the token being introspected - could be null, in which case try and find any token
with that ID.tokenId
- The ID of the token.request
- The OAuth 2.0 request.clientId
- The OAuth 2.0 client making the request.ServerException
NotFoundException
Integer priority()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.