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 interface
Acl<E extends Ace>
The access control list interface.interface
AclMapper<T extends Acl<? extends Ace>>
The acl mapper interface.class
AclMapperImpl<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 T
AclFactory. createAccessControlList(String owner, Map<String,? extends Ace> entries)
Create access control list of the specified type.org.bremersee.common.model.AccessControlList
AclFactory.DtoAclFactory. createAccessControlList(String owner, Map<String,? extends Ace> entries)
AclBuilder
AclBuilder. from(String owner, Map<String,? extends Ace> map)
From acl (entity) values.default AclBuilder
AclBuilder. from(Acl<? extends Ace> acl)
From acl (entity).AclBuilder
AclBuilder.Impl. from(String owner, Map<String,? extends Ace> map)
-