Uses of Interface
org.bremersee.acl.Acl
Packages that use Acl
Package
Description
The package contains the in-memory business logic of access control lists.
The package contains acl mappers to convert business objects to data transfer objects and vice
versa.
The package contains acl criteria und updates for MongoDB.
The package contains the acl converters for MongoDB.
-
Uses of Acl in org.bremersee.acl
Classes in org.bremersee.acl that implement AclMethods in org.bremersee.acl that return AclModifier and TypeMethodDescriptionAcl.AclBuilder.build()Build acl.static AclAcl.with(String owner, Collection<String> defaultPermissions, Collection<String> adminRoles) With acl.Methods in org.bremersee.acl that return types with arguments of type AclModifier and TypeMethodDescriptionAcl.modify(AccessControlListModifications mods, AclUserContext userContext, AccessEvaluation accessEvaluation, Collection<String> permissions) Modifies the access control list.Methods in org.bremersee.acl with parameters of type AclModifier and TypeMethodDescriptionFrom acl.static AccessEvaluatorCreates an access evaluator from the given access control list. -
Uses of Acl in org.bremersee.acl.mapper
Classes in org.bremersee.acl.mapper with type parameters of type AclModifier and TypeClassDescriptionclassAbstractAclMapper<T extends Acl>The abstract acl mapper.interfaceThe acl mapper.Methods in org.bremersee.acl.mapper that return Acl -
Uses of Acl in org.bremersee.acl.spring.data.mongodb
Methods in org.bremersee.acl.spring.data.mongodb with parameters of type AclModifier and TypeMethodDescriptionorg.springframework.data.mongodb.core.query.UpdateAclCriteriaAndUpdateBuilder.buildUpdate(Acl acl) Build update. -
Uses of Acl in org.bremersee.acl.spring.data.mongodb.convert
Methods in org.bremersee.acl.spring.data.mongodb.convert that return AclMethods in org.bremersee.acl.spring.data.mongodb.convert with parameters of type Acl