Uses of Interface
it.tidalwave.role.spi.SystemRoleFactory
-
Packages that use SystemRoleFactory Package Description it.tidalwave.role.spi -
-
Uses of SystemRoleFactory in it.tidalwave.role.spi
Classes in it.tidalwave.role.spi that implement SystemRoleFactory Modifier and Type Class Description class
SystemRoleFactorySupport
A basic implementation of aSystemRoleFactory
.Methods in it.tidalwave.role.spi that return SystemRoleFactory Modifier and Type Method Description static SystemRoleFactory
SystemRoleFactory. getInstance()
SystemRoleFactory
SystemRoleFactoryProvider. getSystemRoleFactory()
Methods in it.tidalwave.role.spi with parameters of type SystemRoleFactory Modifier and Type Method Description static void
SystemRoleFactory. set(SystemRoleFactory systemRoleFactory)
Installs aSystemRoleFactory
.
-