Class AllAuthoritiesReactiveAuthorizationManager<T>

java.lang.Object
org.springframework.security.authorization.AllAuthoritiesReactiveAuthorizationManager<T>
All Implemented Interfaces:
ReactiveAuthorizationManager<T>

public final class AllAuthoritiesReactiveAuthorizationManager<T> extends Object implements ReactiveAuthorizationManager<T>
A ReactiveAuthorizationManager that determines if the current user is authorized by evaluating if the Authentication contains all the specified authorities.
Since:
7.0
See Also: