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 HttpResourceArchitectHttpResourceArchitectEmployer. 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 classHttpSecurityArchitectEmployerEmploys theHttpSecurityArchitect.Methods in net.officefloor.web.security.build that return HttpSecurityArchitect Modifier and Type Method Description static HttpSecurityArchitectHttpSecurityArchitectEmployer. 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 HttpSecurityArchitectWoofContext. getHttpSecurityArchitect()Obtains theHttpSecurityArchitect.
-