Uses of Interface
net.officefloor.web.spi.security.HttpSecuritySupportingManagedObject
Packages that use HttpSecuritySupportingManagedObject
-
Uses of HttpSecuritySupportingManagedObject in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement HttpSecuritySupportingManagedObjectModifier and TypeClassDescriptionclassHttpSecuritySupportingManagedObjectImpl<O extends Enum<O>>HttpSecuritySupportingManagedObjectimplementation.Methods in net.officefloor.web.security.type with parameters of type HttpSecuritySupportingManagedObjectModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectDependencyContext.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 HttpSecuritySupportingManagedObjectModifier and TypeMethodDescription<O extends Enum<O>>
HttpSecuritySupportingManagedObject<O>HttpSecuritySourceContext.addSupportingManagedObject(String managedObjectName, ManagedObjectSource<O, ?> managedObjectSource, ManagedObjectScope managedObjectScope) Methods in net.officefloor.web.spi.security with parameters of type HttpSecuritySupportingManagedObjectModifier and TypeMethodDescriptionvoidHttpSecuritySupportingManagedObject.linkSupportingManagedObject(O dependency, HttpSecuritySupportingManagedObject<?> supportingManagedObject) Links theHttpSecuritySupportingManagedObjectfor the dependency.