Class 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 java.lang.Object
    implements AuthorizationManager<T>
    An AuthorizationManager that determines if the current user is authenticated.
    Since:
    5.5