Uses of Class
org.bremersee.acl.model.ImmutableAccessControlEntry
Packages that use ImmutableAccessControlEntry
-
Uses of ImmutableAccessControlEntry in org.bremersee.acl.model
Methods in org.bremersee.acl.model that return ImmutableAccessControlEntryModifier and TypeMethodDescriptionImmutableAccessControlEntry.Builder.build()Builds a newImmutableAccessControlEntry.static ImmutableAccessControlEntryImmutableAccessControlEntry.copyOf(AccessControlEntry instance) Creates an immutable copy of aAccessControlEntryvalue.ImmutableAccessControlEntry.withGroups(Collection<String> value) Copy the current immutable object by setting a value for thegroupsattribute.ImmutableAccessControlEntry.withIsGuest(boolean value) Copy the current immutable object by setting a value for theisGuestattribute.ImmutableAccessControlEntry.withPermission(String value) Copy the current immutable object by setting a value for thepermissionattribute.ImmutableAccessControlEntry.withRoles(Collection<String> value) Copy the current immutable object by setting a value for therolesattribute.ImmutableAccessControlEntry.withUsers(Collection<String> value) Copy the current immutable object by setting a value for theusersattribute.