Interface OAuth2IntrospectionClaimAccessor
-
- All Superinterfaces:
org.springframework.security.oauth2.core.ClaimAccessor,org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimAccessor
- All Known Implementing Classes:
OAuth2IntrospectionAuthenticatedPrincipal
@Deprecated public interface OAuth2IntrospectionClaimAccessor extends org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimAccessorDeprecated.UseOAuth2TokenIntrospectionClaimAccessorinsteadAClaimAccessorfor the "claims" that may be contained in the Introspection Response.- Since:
- 5.4
- See Also:
ClaimAccessor,OAuth2IntrospectionClaimNames,OAuth2IntrospectionAuthenticatedPrincipal, Introspection Response
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default java.lang.StringgetScope()Deprecated.Since 5.6.
-