Interface OAuth20IntrospectionResponseGenerator
- All Superinterfaces:
org.springframework.core.Ordered
public interface OAuth20IntrospectionResponseGenerator
extends org.springframework.core.Ordered
- Since:
- 7.0.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptiongenerate(String accessTokenId, OAuth20Token accessToken) Generate introspection access token response.default intgetOrder()default booleansupports(OAuth20Token accessToken) Supports this token.
-
Method Details
-
generate
Generate introspection access token response.- Parameters:
accessTokenId- the access token idaccessToken- the access token- Returns:
- the response
-
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
supports
Supports this token.- Parameters:
accessToken- the access token- Returns:
- true /false
-