Uses of Interface
net.officefloor.frame.api.managedobject.source.ManagedObjectUser
-
-
Uses of ManagedObjectUser in net.officefloor.frame.api.managedobject.pool
Methods in net.officefloor.frame.api.managedobject.pool with parameters of type ManagedObjectUser Modifier and Type Method Description void
ManagedObjectPool. sourceManagedObject(ManagedObjectUser user)
Sources theManagedObject
from thisManagedObjectPool
. -
Uses of ManagedObjectUser in net.officefloor.frame.api.managedobject.source
Methods in net.officefloor.frame.api.managedobject.source with parameters of type ManagedObjectUser Modifier and Type Method Description void
ManagedObjectSource. sourceManagedObject(ManagedObjectUser user)
Sources aManagedObject
from thisManagedObjectSource
. -
Uses of ManagedObjectUser in net.officefloor.frame.api.managedobject.source.impl
Methods in net.officefloor.frame.api.managedobject.source.impl with parameters of type ManagedObjectUser Modifier and Type Method Description void
AbstractManagedObjectSource. sourceManagedObject(ManagedObjectUser user)
-
Uses of ManagedObjectUser in net.officefloor.frame.test
Fields in net.officefloor.frame.test declared as ManagedObjectUser Modifier and Type Field Description ManagedObjectUser
TestManagedObject. managedObjectUser
Methods in net.officefloor.frame.test with parameters of type ManagedObjectUser Modifier and Type Method Description void
MockManagedObjectSource. sourceManagedObject(ManagedObjectUser user)
void
TestManagedObject.TestManagedObjectSource. sourceManagedObject(ManagedObjectUser user)
-
Uses of ManagedObjectUser in net.officefloor.frame.util
Classes in net.officefloor.frame.util that implement ManagedObjectUser Modifier and Type Class Description class
ManagedObjectUserStandAlone
Implementation of aManagedObjectUser
to source an object from aManagedObjectSource
. -
Uses of ManagedObjectUser in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type with parameters of type ManagedObjectUser Modifier and Type Method Description void
HttpSecurityManagedObjectAdapterSource. sourceManagedObject(ManagedObjectUser user)
-