Uses of Interface
it.tidalwave.role.spi.SystemRoleFactory
-
Packages that use SystemRoleFactory Package Description it.tidalwave.role.spi it.tidalwave.role.spring it.tidalwave.role.spring.spi it.tidalwave.thesefoolishthings.examples.jpafinderexample -
-
Uses of SystemRoleFactory in it.tidalwave.role.spi
Classes in it.tidalwave.role.spi that implement SystemRoleFactory Modifier and Type Class Description classSystemRoleFactorySupportA basic implementation of aSystemRoleFactory.Methods in it.tidalwave.role.spi that return SystemRoleFactory Modifier and Type Method Description static SystemRoleFactorySystemRoleFactory. getInstance()SystemRoleFactorySystemRoleFactoryProvider. getSystemRoleFactory()Methods in it.tidalwave.role.spi with parameters of type SystemRoleFactory Modifier and Type Method Description static voidSystemRoleFactory. set(SystemRoleFactory systemRoleFactory)Installs aSystemRoleFactory. -
Uses of SystemRoleFactory in it.tidalwave.role.spring
Methods in it.tidalwave.role.spring that return SystemRoleFactory Modifier and Type Method Description SystemRoleFactoryRoleSpringConfiguration. roleManager() -
Uses of SystemRoleFactory in it.tidalwave.role.spring.spi
Classes in it.tidalwave.role.spring.spi that implement SystemRoleFactory Modifier and Type Class Description classAnnotationSpringSystemRoleFactoryA specialization ofSystemRoleFactorySupportfor a Spring context that uses annotations (DciRoleandDciContext) for retrieving role metadata and is capable to inject Spring beans into created roles.Methods in it.tidalwave.role.spring.spi that return SystemRoleFactory Modifier and Type Method Description SystemRoleFactorySpringSystemRoleFactoryProvider. getSystemRoleFactory() -
Uses of SystemRoleFactory in it.tidalwave.thesefoolishthings.examples.jpafinderexample
Methods in it.tidalwave.thesefoolishthings.examples.jpafinderexample that return SystemRoleFactory Modifier and Type Method Description SystemRoleFactoryHardwiredSystemRoleFactoryProvider. getSystemRoleFactory()
-