Uses of Interface
net.officefloor.web.spi.security.HttpSecuritySupportingManagedObject
-
Packages that use HttpSecuritySupportingManagedObject Package Description net.officefloor.web.security.type net.officefloor.web.spi.security -
-
Uses of HttpSecuritySupportingManagedObject in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement HttpSecuritySupportingManagedObject Modifier and Type Class Description class
HttpSecuritySupportingManagedObjectImpl<O extends java.lang.Enum<O>>
HttpSecuritySupportingManagedObject
implementation.Methods in net.officefloor.web.security.type with parameters of type HttpSecuritySupportingManagedObject Modifier and Type Method Description OfficeManagedObject
HttpSecuritySupportingManagedObjectDependencyContext. getSupportingManagedObject(HttpSecuritySupportingManagedObject<?> supportingManagedObject)
Obtains theHttpSecuritySupportingManagedObject
.void
HttpSecuritySupportingManagedObjectImpl. linkSupportingManagedObject(O dependency, HttpSecuritySupportingManagedObject<?> supportingManagedObject)
-
Uses of HttpSecuritySupportingManagedObject in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpSecuritySupportingManagedObject Modifier and Type Method Description <O extends java.lang.Enum<O>>
HttpSecuritySupportingManagedObject<O>HttpSecuritySourceContext. addSupportingManagedObject(java.lang.String managedObjectName, ManagedObjectSource<O,?> managedObjectSource, ManagedObjectScope managedObjectScope)
Methods in net.officefloor.web.spi.security with parameters of type HttpSecuritySupportingManagedObject Modifier and Type Method Description void
HttpSecuritySupportingManagedObject. linkSupportingManagedObject(O dependency, HttpSecuritySupportingManagedObject<?> supportingManagedObject)
Links theHttpSecuritySupportingManagedObject
for the dependency.
-