Interface AuthorizationManagerFactory<T extends @Nullable Object>

Type Parameters:
T - the type of object that the authorization check is being done on
All Known Implementing Classes:
DefaultAuthorizationManagerFactory

public interface AuthorizationManagerFactory<T extends @Nullable Object>
A factory for creating different kinds of AuthorizationManager instances.
Since:
7.0