Class AuthorityReactiveAuthorizationManager<T>

java.lang.Object
org.springframework.security.authorization.AuthorityReactiveAuthorizationManager<T>
Type Parameters:
T - the type of object being authorized
All Implemented Interfaces:
ReactiveAuthorizationManager<T>

public class AuthorityReactiveAuthorizationManager<T> extends Object implements ReactiveAuthorizationManager<T>
A ReactiveAuthorizationManager that determines if the current user is authorized by evaluating if the Authentication contains a specified authority.
Since:
5.0