Uses of Interface
net.officefloor.web.spi.security.HttpSecuritySourceProperty
-
Packages that use HttpSecuritySourceProperty Package Description net.officefloor.web.spi.security net.officefloor.web.spi.security.impl -
-
Uses of HttpSecuritySourceProperty in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpSecuritySourceProperty Modifier and Type Method Description HttpSecuritySourceProperty[]HttpSecuritySourceSpecification. getProperties()Obtains the specification of the properties for theHttpSecuritySource. -
Uses of HttpSecuritySourceProperty in net.officefloor.web.spi.security.impl
Classes in net.officefloor.web.spi.security.impl that implement HttpSecuritySourceProperty Modifier and Type Class Description classHttpSecuritySourcePropertyImplHttpSecuritySourcePropertyimplementation.Methods in net.officefloor.web.spi.security.impl with parameters of type HttpSecuritySourceProperty Modifier and Type Method Description voidAbstractHttpSecuritySource.SpecificationContext. addProperty(HttpSecuritySourceProperty property)Adds a property.
-