Uses of Interface
org.bremersee.security.access.Ace
- 
Packages that use Ace Package Description org.bremersee.security.access  - 
- 
Uses of Ace in org.bremersee.security.access
Classes in org.bremersee.security.access with type parameters of type Ace Modifier and Type Interface Description interfaceAcl<E extends Ace>The access control list interface.interfaceAclMapper<T extends Acl<? extends Ace>>The acl mapper interface.classAclMapperImpl<T extends Acl<? extends Ace>>The acl mapper implementation.Methods in org.bremersee.security.access with type parameters of type Ace Modifier and Type Method Description <T extends Acl<? extends Ace>>
AclMapper<T>AccessControlAutoConfiguration. aclMapper(org.springframework.beans.factory.ObjectProvider<AclFactory<T>> aclFactoryProvider)Creates acl mapper bean.<T extends Acl<? extends Ace>>
ModelMapperConfigurerAdapterAccessControlAutoConfiguration. aclModelMapperConfigAdapter(org.springframework.beans.factory.ObjectProvider<AclMapper<T>> aclMapperProvider)Creates a model mapper configurer adapter for the acl entity of the acl factory.Methods in org.bremersee.security.access that return types with arguments of type Ace Modifier and Type Method Description default Acl<? extends Ace>AclBuilder. buildAcl()Build acl.Method parameters in org.bremersee.security.access with type arguments of type Ace Modifier and Type Method Description TAclFactory. createAccessControlList(String owner, Map<String,? extends Ace> entries)Create access control list of the specified type.org.bremersee.common.model.AccessControlListAclFactory.DtoAclFactory. createAccessControlList(String owner, Map<String,? extends Ace> entries)AclBuilderAclBuilder. from(String owner, Map<String,? extends Ace> map)From acl (entity) values.default AclBuilderAclBuilder. from(Acl<? extends Ace> acl)From acl (entity).AclBuilderAclBuilder.Impl. from(String owner, Map<String,? extends Ace> map) 
 -