Class AuthorizerFactoryBean

java.lang.Object
org.apache.nifi.authorization.AuthorizerFactoryBean
All Implemented Interfaces:
AccessPolicyProviderLookup, AuthorizerLookup, UserGroupProviderLookup, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<Authorizer>

public class AuthorizerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Authorizer>, org.springframework.beans.factory.DisposableBean, UserGroupProviderLookup, AccessPolicyProviderLookup, AuthorizerLookup
Factory bean for loading the configured authorizer.