Uses of Interface
org.bremersee.acl.Ace
Packages that use Ace
Package
Description
The package contains the in-memory business logic of access control lists.
The package contains the acl converters for MongoDB.
-
Uses of Ace in org.bremersee.acl
Classes in org.bremersee.acl that implement AceMethods in org.bremersee.acl that return AceModifier and TypeMethodDescriptionAce.AceBuilder.build()Build ace.static AceAce.empty()Empty ace.Methods in org.bremersee.acl that return types with arguments of type AceModifier and TypeMethodDescriptionAcl.AclImpl.getPermissionMap()Acl.getPermissionMap()Returns the entries of this access control list.Methods in org.bremersee.acl with parameters of type AceMethod parameters in org.bremersee.acl with type arguments of type AceModifier and TypeMethodDescriptionAcl.AclBuilder.permissionMap(Map<String, ? extends Ace> permissionMap) Permission map. -
Uses of Ace in org.bremersee.acl.spring.data.mongodb.convert
Methods in org.bremersee.acl.spring.data.mongodb.convert that return AceMethods in org.bremersee.acl.spring.data.mongodb.convert with parameters of type Ace