Uses of Class
org.apache.nifi.authorization.Group.Builder
Packages that use Group.Builder
-
Uses of Group.Builder in org.apache.nifi.authorization
Methods in org.apache.nifi.authorization that return Group.BuilderModifier and TypeMethodDescriptionAdds the given user to the builder's set of users.Adds all users from the provided set to the builder's set of users.Group.Builder.clearUsers()Clears the builder's set of users so that users is non-null with size 0.Group.Builder.identifier(String identifier) Sets the identifier of the builder.Group.Builder.identifierGenerateFromSeed(String seed) Sets the identifier of the builder with a UUID generated from the specified seed string.Group.Builder.identifierGenerateRandom()Sets the identifier of the builder to a random UUID.Sets the name of the builder.Group.Builder.removeUser(String user) Removes the given user from the builder's set of users.Group.Builder.removeUsers(Set<String> users) Removes all users from the provided set from the builder's set of users.Constructors in org.apache.nifi.authorization with parameters of type Group.Builder