Uses of Interface
it.tidalwave.role.spi.OwnerRoleFactory
-
Packages that use OwnerRoleFactory Package Description it.tidalwave.role.spi -
-
Uses of OwnerRoleFactory in it.tidalwave.role.spi
Classes in it.tidalwave.role.spi that implement OwnerRoleFactory Modifier and Type Class Description static class
OwnerRoleFactoryProvider.EmptyOwnerRoleFactory
Methods in it.tidalwave.role.spi that return OwnerRoleFactory Modifier and Type Method Description OwnerRoleFactory
OwnerRoleFactoryProvider. createRoleFactory(java.lang.Object owner)
Creates anOwnerRoleFactory
for the given objectOwnerRoleFactory
OwnerRoleFactoryProvider.SimpleOwnerRoleFactoryProvider. createRoleFactory(java.lang.Object owner)
static OwnerRoleFactory
OwnerRoleFactoryProvider. emptyRoleFactory()
Returns an empty implementation of factory.Methods in it.tidalwave.role.spi with parameters of type OwnerRoleFactory Modifier and Type Method Description static void
OwnerRoleFactoryProvider. set(OwnerRoleFactory ownerRoleFactory)
Installs aOwnerRoleFactory
.
-