Deprecate OAuth2TokenIntrospectionClaimAccessor

Closes gh-597
This commit is contained in:
Joe Grandja
2022-01-20 06:20:18 -05:00
parent 1476676cec
commit 30d7846122
2 changed files with 4 additions and 0 deletions

View File

@@ -41,7 +41,9 @@ import java.util.List;
* @see OAuth2TokenIntrospectionClaimNames
* @see <a target="_blank" href=
* "https://tools.ietf.org/html/rfc7662#section-2.2">Introspection Response</a>
* @deprecated See <a target="_blank" href="https://github.com/spring-projects/spring-authorization-server/issues/597">gh-597</a>
*/
@Deprecated
public interface OAuth2TokenIntrospectionClaimAccessor extends ClaimAccessor {
/**

View File

@@ -34,7 +34,9 @@ package org.springframework.security.oauth2.core;
*
* @author Josh Cummings
* @since 5.2
* @deprecated See <a target="_blank" href="https://github.com/spring-projects/spring-authorization-server/issues/597">gh-597</a>
*/
@Deprecated
public interface OAuth2TokenIntrospectionClaimNames {
/**