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 classOwnerRoleFactoryProvider.EmptyOwnerRoleFactoryMethods in it.tidalwave.role.spi that return OwnerRoleFactory Modifier and Type Method Description OwnerRoleFactoryOwnerRoleFactoryProvider. createRoleFactory(java.lang.Object owner)Creates anOwnerRoleFactoryfor the given objectOwnerRoleFactoryOwnerRoleFactoryProvider.SimpleOwnerRoleFactoryProvider. createRoleFactory(java.lang.Object owner)static OwnerRoleFactoryOwnerRoleFactoryProvider. emptyRoleFactory()Returns an empty implementation of factory.Methods in it.tidalwave.role.spi with parameters of type OwnerRoleFactory Modifier and Type Method Description static voidOwnerRoleFactoryProvider. set(OwnerRoleFactory ownerRoleFactory)Installs aOwnerRoleFactory.
-