Uses of Class
org.apache.nifi.authorization.Group
Packages that use Group
-
Uses of Group in org.apache.nifi.authorization
Fields in org.apache.nifi.authorization with type parameters of type GroupMethods in org.apache.nifi.authorization that return GroupModifier and TypeMethodDescriptionfinal GroupAdds a new group.Adds a new group.Group.Builder.build()abstract GroupAbstractPolicyBasedAuthorizer.deleteGroup(Group group) Deletes the given group.ConfigurableUserGroupProvider.deleteGroup(Group group) Deletes the given group.abstract GroupAbstractPolicyBasedAuthorizer.doAddGroup(Group group) Adds a new group.abstract GroupAbstractPolicyBasedAuthorizer.doUpdateGroup(Group group) The group represented by the provided instance will be updated based on the provided instance.abstract GroupRetrieves a Group by id.Retrieves a Group by id.abstract GroupAbstractPolicyBasedAuthorizer.getGroupByName(String name) Retrieves a group by name.default GroupUserGroupProvider.getGroupByName(String name) Retrieves a Group by name.private GroupAbstractPolicyBasedAuthorizer.parseGroup(Element element) final GroupAbstractPolicyBasedAuthorizer.updateGroup(Group group) The group represented by the provided instance will be updated based on the provided instance.ConfigurableUserGroupProvider.updateGroup(Group group) The group 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 GroupModifier and TypeMethodDescriptionAbstractPolicyBasedAuthorizer.getGroups()Retrieves all groups.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups.getGroups()UserAndGroups.getGroups()Retrieves the groups for the user, or null if the user is unknown or has no groups.UserGroupProvider.getGroups()Retrieves all groups.Retrieves the groups for a given user identity.AbstractPolicyBasedAuthorizer.getSortedGroups()Methods in org.apache.nifi.authorization with parameters of type GroupModifier and TypeMethodDescriptionfinal GroupAdds a new group.Adds a new group.abstract GroupAbstractPolicyBasedAuthorizer.deleteGroup(Group group) Deletes the given group.ConfigurableUserGroupProvider.deleteGroup(Group group) Deletes the given group.abstract GroupAbstractPolicyBasedAuthorizer.doAddGroup(Group group) Adds a new group.abstract GroupAbstractPolicyBasedAuthorizer.doUpdateGroup(Group group) The group represented by the provided instance will be updated based on the provided instance.default booleanConfigurableUserGroupProvider.isConfigurable(Group group) Determines whether the specified group is configurable.final GroupAbstractPolicyBasedAuthorizer.updateGroup(Group group) The group represented by the provided instance will be updated based on the provided instance.ConfigurableUserGroupProvider.updateGroup(Group group) The group represented by the provided instance will be updated based on the provided instance.private voidAbstractPolicyBasedAuthorizer.writeGroup(XMLStreamWriter writer, Group group) Method parameters in org.apache.nifi.authorization with type arguments of type GroupModifier and TypeMethodDescriptionprivate booleanAbstractPolicyBasedAuthorizer.containsGroup(Set<Group> userGroups, AccessPolicy policy) Determines if the policy contains one of the user's groups.Constructors in org.apache.nifi.authorization with parameters of type Group