Interface AuthorizationManager

All Known Implementing Classes:
AuthorizationManagerImpl, PermissiveAuthorizationManager

public interface AuthorizationManager
The AuthorizationManager is a cache-scoped component which verifies that the Subject associated with the current AccessControlContext, or explicitly specified, has the requested permissions.
Since:
7.0
Author:
Tristan Tarrant