Uses of Class
org.bremersee.acl.model.ImmutableAccessControlEntryModifications
Packages that use ImmutableAccessControlEntryModifications
-
Uses of ImmutableAccessControlEntryModifications in org.bremersee.acl.model
Methods in org.bremersee.acl.model that return ImmutableAccessControlEntryModificationsModifier and TypeMethodDescriptionImmutableAccessControlEntryModifications.Builder.build()Builds a newImmutableAccessControlEntryModifications.ImmutableAccessControlEntryModifications.copyOf(AccessControlEntryModifications instance) Creates an immutable copy of aAccessControlEntryModificationsvalue.ImmutableAccessControlEntryModifications.withAddGroups(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofaddGroups.ImmutableAccessControlEntryModifications.withAddGroups(String... elements) Copy the current immutable object with elements that replace the content ofaddGroups.ImmutableAccessControlEntryModifications.withAddRoles(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofaddRoles.ImmutableAccessControlEntryModifications.withAddRoles(String... elements) Copy the current immutable object with elements that replace the content ofaddRoles.ImmutableAccessControlEntryModifications.withAddUsers(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofaddUsers.ImmutableAccessControlEntryModifications.withAddUsers(String... elements) Copy the current immutable object with elements that replace the content ofaddUsers.ImmutableAccessControlEntryModifications.withIsGuest(boolean value) Copy the current immutable object by setting a value for theisGuestattribute.ImmutableAccessControlEntryModifications.withPermission(String value) Copy the current immutable object by setting a value for thepermissionattribute.ImmutableAccessControlEntryModifications.withRemoveGroups(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofremoveGroups.ImmutableAccessControlEntryModifications.withRemoveGroups(String... elements) Copy the current immutable object with elements that replace the content ofremoveGroups.ImmutableAccessControlEntryModifications.withRemoveRoles(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofremoveRoles.ImmutableAccessControlEntryModifications.withRemoveRoles(String... elements) Copy the current immutable object with elements that replace the content ofremoveRoles.ImmutableAccessControlEntryModifications.withRemoveUsers(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofremoveUsers.ImmutableAccessControlEntryModifications.withRemoveUsers(String... elements) Copy the current immutable object with elements that replace the content ofremoveUsers.