Uses of Interface
org.bremersee.security.access.AclMapper
-
Packages that use AclMapper Package Description org.bremersee.security.access -
-
Uses of AclMapper in org.bremersee.security.access
Classes in org.bremersee.security.access that implement AclMapper Modifier and Type Class Description class
AclMapperImpl<T extends Acl<? extends Ace>>
The acl mapper implementation.Methods in org.bremersee.security.access that return AclMapper 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.Method parameters in org.bremersee.security.access with type arguments of type AclMapper Modifier and Type Method Description <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.
-