Uses of Class
org.apache.nifi.authorization.AccessPolicy
Packages that use AccessPolicy
-
Uses of AccessPolicy in org.apache.nifi.authorization
Fields in org.apache.nifi.authorization with type parameters of type AccessPolicyModifier and TypeFieldDescription(package private) final List<AccessPolicy> AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups.accessPoliciesMethods in org.apache.nifi.authorization that return AccessPolicyModifier and TypeMethodDescriptionfinal AccessPolicyAbstractPolicyBasedAuthorizer.addAccessPolicy(AccessPolicy accessPolicy) Adds the given policy ensuring that multiple policies can not be added for the same resource and action.ConfigurableAccessPolicyProvider.addAccessPolicy(AccessPolicy accessPolicy) Adds the given policy ensuring that multiple policies can not be added for the same resource and action.AccessPolicy.Builder.build()abstract AccessPolicyAbstractPolicyBasedAuthorizer.deleteAccessPolicy(AccessPolicy policy) Deletes the given policy.ConfigurableAccessPolicyProvider.deleteAccessPolicy(AccessPolicy accessPolicy) Deletes the given policy.protected abstract AccessPolicyAbstractPolicyBasedAuthorizer.doAddAccessPolicy(AccessPolicy accessPolicy) Adds the given policy.abstract AccessPolicyAbstractPolicyBasedAuthorizer.getAccessPolicy(String identifier) Retrieves the policy with the given identifier.AccessPolicyProvider.getAccessPolicy(String identifier) Retrieves the policy with the given identifier.AccessPolicyProvider.getAccessPolicy(String resourceIdentifier, RequestAction action) Gets the access policies for the specified resource identifier and request action.UsersAndAccessPolicies.getAccessPolicy(String resourceIdentifier, RequestAction action) Retrieves the set of access policies for a given resource and action.private AccessPolicyAbstractPolicyBasedAuthorizer.parsePolicy(Element element) abstract AccessPolicyAbstractPolicyBasedAuthorizer.updateAccessPolicy(AccessPolicy accessPolicy) The policy represented by the provided instance will be updated based on the provided instance.ConfigurableAccessPolicyProvider.updateAccessPolicy(AccessPolicy accessPolicy) The policy represented by the provided instance will be updated based on the provided instance.Methods in org.apache.nifi.authorization that return types with arguments of type AccessPolicyModifier and TypeMethodDescriptionabstract Set<AccessPolicy> AbstractPolicyBasedAuthorizer.getAccessPolicies()Retrieves all access policies.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups.getAccessPolicies()AccessPolicyProvider.getAccessPolicies()Retrieves all access policies.private List<AccessPolicy> AbstractPolicyBasedAuthorizer.getSortedAccessPolicies()Methods in org.apache.nifi.authorization with parameters of type AccessPolicyModifier and TypeMethodDescriptionfinal AccessPolicyAbstractPolicyBasedAuthorizer.addAccessPolicy(AccessPolicy accessPolicy) Adds the given policy ensuring that multiple policies can not be added for the same resource and action.ConfigurableAccessPolicyProvider.addAccessPolicy(AccessPolicy accessPolicy) Adds the given policy ensuring that multiple policies can not be added for the same resource and action.private booleanAbstractPolicyBasedAuthorizer.containsGroup(Set<Group> userGroups, AccessPolicy policy) Determines if the policy contains one of the user's groups.abstract AccessPolicyAbstractPolicyBasedAuthorizer.deleteAccessPolicy(AccessPolicy policy) Deletes the given policy.ConfigurableAccessPolicyProvider.deleteAccessPolicy(AccessPolicy accessPolicy) Deletes the given policy.protected abstract AccessPolicyAbstractPolicyBasedAuthorizer.doAddAccessPolicy(AccessPolicy accessPolicy) Adds the given policy.default booleanConfigurableAccessPolicyProvider.isConfigurable(AccessPolicy accessPolicy) Determines whether the specified access policy is configurable.abstract AccessPolicyAbstractPolicyBasedAuthorizer.updateAccessPolicy(AccessPolicy accessPolicy) The policy represented by the provided instance will be updated based on the provided instance.ConfigurableAccessPolicyProvider.updateAccessPolicy(AccessPolicy accessPolicy) The policy represented by the provided instance will be updated based on the provided instance.private voidAbstractPolicyBasedAuthorizer.writePolicy(XMLStreamWriter writer, AccessPolicy policy) Constructors in org.apache.nifi.authorization with parameters of type AccessPolicyModifierConstructorDescriptionBuilder(AccessPolicy other) Initializes the builder with the state of the provided policy.Constructor parameters in org.apache.nifi.authorization with type arguments of type AccessPolicyModifierConstructorDescriptionPoliciesUsersAndGroups(List<AccessPolicy> accessPolicies, List<User> users, List<Group> groups)