Package org.apache.nifi.authorization
Interface AccessPolicyProviderLookup
public interface AccessPolicyProviderLookup
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessPolicyProvider
(String identifier) Looks up the AccessPolicyProvider with the specified identifier
-
Method Details
-
getAccessPolicyProvider
Looks up the AccessPolicyProvider with the specified identifier- Parameters:
identifier
- The identifier of the AccessPolicyProvider- Returns:
- The AccessPolicyProvider
-