Interface AuthorizationManager<T>

Type Parameters:
T - the type of object that the authorization check is being done on.
All Known Implementing Classes:
AuthenticatedAuthorizationManager, AuthoritiesAuthorizationManager, AuthorityAuthorizationManager, IpAddressAuthorizationManager, Jsr250AuthorizationManager, MessageMatcherDelegatingAuthorizationManager, MethodExpressionAuthorizationManager, ObservationAuthorizationManager, PostAuthorizeAuthorizationManager, PreAuthorizeAuthorizationManager, RequestMatcherDelegatingAuthorizationManager, SecuredAuthorizationManager, WebExpressionAuthorizationManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AuthorizationManager<T>
An Authorization manager which can determine if an Authentication has access to a specific object.