Class AuthenticatedReactiveAuthorizationManager<T>

java.lang.Object
org.springframework.security.authorization.AuthenticatedReactiveAuthorizationManager<T>
Type Parameters:
T - The type of object authorization is being performed against. This does not
All Implemented Interfaces:
ReactiveAuthorizationManager<T>

public class AuthenticatedReactiveAuthorizationManager<T> extends Object implements ReactiveAuthorizationManager<T>
A ReactiveAuthorizationManager that determines if the current user is authenticated.
Since:
5.0 matter since the authorization decision does not use the object.