Class AllAuthoritiesAuthorizationManager<T>

java.lang.Object
org.springframework.security.authorization.AllAuthoritiesAuthorizationManager<T>
All Implemented Interfaces:
AuthorizationManager<T>

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