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 class
HttpSecuritySourcePropertyImpl
HttpSecuritySourceProperty
implementation.Methods in net.officefloor.web.spi.security.impl with parameters of type HttpSecuritySourceProperty Modifier and Type Method Description void
AbstractHttpSecuritySource.SpecificationContext. addProperty(HttpSecuritySourceProperty property)
Adds a property.
-