Uses of Interface
it.tidalwave.role.spi.RoleManager
-
Packages that use RoleManager Package Description it.tidalwave.role.spi it.tidalwave.role.spring.spi -
-
Uses of RoleManager in it.tidalwave.role.spi
Classes in it.tidalwave.role.spi that implement RoleManager Modifier and Type Class Description class
RoleManagerSupport
A basic implementation of aRoleManager
. -
Uses of RoleManager in it.tidalwave.role.spring.spi
Classes in it.tidalwave.role.spring.spi that implement RoleManager Modifier and Type Class Description class
AnnotationSpringRoleManager
A specialization ofRoleManagerSupport
for a Spring context that uses annotations (DciRole
andDciContext
) for retrieving role metadata and is capable to inject Spring beans into created roles.
-