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 classHttpSecuritySupportingManagedObjectImpl<O extends java.lang.Enum<O>>HttpSecuritySupportingManagedObjectimplementation.Methods in net.officefloor.web.security.type with parameters of type HttpSecuritySupportingManagedObject Modifier and Type Method Description OfficeManagedObjectHttpSecuritySupportingManagedObjectDependencyContext. getSupportingManagedObject(HttpSecuritySupportingManagedObject<?> supportingManagedObject)Obtains theHttpSecuritySupportingManagedObject.voidHttpSecuritySupportingManagedObjectImpl. 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 voidHttpSecuritySupportingManagedObject. linkSupportingManagedObject(O dependency, HttpSecuritySupportingManagedObject<?> supportingManagedObject)Links theHttpSecuritySupportingManagedObjectfor the dependency.
-