mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Deprecate Nimbus(Reactive)OpaqueTokenIntrospector
Issue gh-14245
This commit is contained in:
parent
95aaf3566f
commit
8a972917fa
@ -58,7 +58,9 @@ import org.springframework.web.client.RestTemplate;
|
|||||||
* @author Josh Cummings
|
* @author Josh Cummings
|
||||||
* @author MD Sayem Ahmed
|
* @author MD Sayem Ahmed
|
||||||
* @since 5.2
|
* @since 5.2
|
||||||
|
* @deprecated Please use {@link SpringOpaqueTokenIntrospector} instead
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class NimbusOpaqueTokenIntrospector implements OpaqueTokenIntrospector {
|
public class NimbusOpaqueTokenIntrospector implements OpaqueTokenIntrospector {
|
||||||
|
|
||||||
private static final String AUTHORITY_PREFIX = "SCOPE_";
|
private static final String AUTHORITY_PREFIX = "SCOPE_";
|
||||||
|
@ -54,7 +54,9 @@ import org.springframework.web.reactive.function.client.WebClient;
|
|||||||
*
|
*
|
||||||
* @author Josh Cummings
|
* @author Josh Cummings
|
||||||
* @since 5.2
|
* @since 5.2
|
||||||
|
* @deprecated Please use {@link SpringReactiveOpaqueTokenIntrospector} instead
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class NimbusReactiveOpaqueTokenIntrospector implements ReactiveOpaqueTokenIntrospector {
|
public class NimbusReactiveOpaqueTokenIntrospector implements ReactiveOpaqueTokenIntrospector {
|
||||||
|
|
||||||
private static final String AUTHORITY_PREFIX = "SCOPE_";
|
private static final String AUTHORITY_PREFIX = "SCOPE_";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user