Class AuthorityAuthorizationManager<T>

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

public final class AuthorityAuthorizationManager<T> extends Object implements AuthorizationManager<T>
An AuthorizationManager that determines if the current user is authorized by evaluating if the Authentication contains a specified authority.
Since:
5.5