Uses of Interface
net.officefloor.web.security.build.HttpSecurityArchitect
-
Packages that use HttpSecurityArchitect Package Description net.officefloor.web.resource.build net.officefloor.web.security.build net.officefloor.woof -
-
Uses of HttpSecurityArchitect in net.officefloor.web.resource.build
Methods in net.officefloor.web.resource.build with parameters of type HttpSecurityArchitect Modifier and Type Method Description static HttpResourceArchitect
HttpResourceArchitectEmployer. employHttpResourceArchitect(WebArchitect webArchitect, HttpSecurityArchitect securityArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs theHttpResourceArchitect
. -
Uses of HttpSecurityArchitect in net.officefloor.web.security.build
Classes in net.officefloor.web.security.build that implement HttpSecurityArchitect Modifier and Type Class Description class
HttpSecurityArchitectEmployer
Employs theHttpSecurityArchitect
.Methods in net.officefloor.web.security.build that return HttpSecurityArchitect Modifier and Type Method Description static HttpSecurityArchitect
HttpSecurityArchitectEmployer. employHttpSecurityArchitect(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs theHttpSecurityArchitect
. -
Uses of HttpSecurityArchitect in net.officefloor.woof
Methods in net.officefloor.woof that return HttpSecurityArchitect Modifier and Type Method Description HttpSecurityArchitect
WoofContext. getHttpSecurityArchitect()
Obtains theHttpSecurityArchitect
.
-