Class DefaultAuthorizationManagerFactory<T extends @Nullable Object>

java.lang.Object
org.springframework.security.authorization.DefaultAuthorizationManagerFactory<T>
Type Parameters:
T - the type of object that the authorization check is being done on
All Implemented Interfaces:
AuthorizationManagerFactory<T>

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