Class AuthenticatedAuthorizationManager<T>

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

public final class AuthenticatedAuthorizationManager<T> extends Object implements AuthorizationManager<T>
An AuthorizationManager that determines if the current user is authenticated.
Since:
5.5