Uses of Interface
org.bremersee.acl.model.AccessControlEntry
Packages that use AccessControlEntry
-
Uses of AccessControlEntry in org.bremersee.acl.model
Classes in org.bremersee.acl.model that implement AccessControlEntryMethods in org.bremersee.acl.model that return types with arguments of type AccessControlEntryModifier and TypeMethodDescriptiondefault Collection<AccessControlEntry> AccessControlList.getEntries()Get entries.ImmutableAccessControlList.getEntries()Get entries.Methods in org.bremersee.acl.model with parameters of type AccessControlEntryModifier and TypeMethodDescriptiondefault intAccessControlEntry.compareTo(AccessControlEntry o) static ImmutableAccessControlEntryImmutableAccessControlEntry.copyOf(AccessControlEntry instance) Creates an immutable copy of aAccessControlEntryvalue.AccessControlEntryModifications.from(AccessControlEntry ace) Creates new builder from the given access control entry.ImmutableAccessControlEntry.Builder.from(AccessControlEntry instance) Fill a builder with attribute values from the providedAccessControlEntryinstance.Method parameters in org.bremersee.acl.model with type arguments of type AccessControlEntryModifier and TypeMethodDescriptionImmutableAccessControlList.Builder.entries(Collection<AccessControlEntry> entries) Initializes the value for theentriesattribute.ImmutableAccessControlList.withEntries(Collection<AccessControlEntry> value) Copy the current immutable object by setting a value for theentriesattribute.