Uses of Class
org.bremersee.acl.ImmutableAclUserContext
Packages that use ImmutableAclUserContext
Package
Description
The package contains the in-memory business logic of access control lists.
-
Uses of ImmutableAclUserContext in org.bremersee.acl
Methods in org.bremersee.acl that return ImmutableAclUserContextModifier and TypeMethodDescriptionImmutableAclUserContext.Builder.build()Builds a newImmutableAclUserContext.static ImmutableAclUserContextImmutableAclUserContext.copyOf(AclUserContext instance) Creates an immutable copy of aAclUserContextvalue.final ImmutableAclUserContextImmutableAclUserContext.withGroups(Collection<String> value) Copy the current immutable object by setting a value for thegroupsattribute.final ImmutableAclUserContextCopy the current immutable object by setting a value for thenameattribute.final ImmutableAclUserContextImmutableAclUserContext.withRoles(Collection<String> value) Copy the current immutable object by setting a value for therolesattribute.