Uses of Interface
net.officefloor.web.security.build.HttpSecurable
-
Packages that use HttpSecurable Package Description net.officefloor.web.security.build -
-
Uses of HttpSecurable in net.officefloor.web.security.build
Classes in net.officefloor.web.security.build that implement HttpSecurable Modifier and Type Class Description class
AbstractHttpSecurable
AbstractHttpSecurable
implementation to be configured asHttpSecurableBuilder
.Methods in net.officefloor.web.security.build with parameters of type HttpSecurable Modifier and Type Method Description HttpSecurer
HttpSecurityArchitect. createHttpSecurer(HttpSecurable securable)
Creates aHttpSecurer
.HttpSecurer
HttpSecurityArchitectEmployer. createHttpSecurer(HttpSecurable securable)
HttpSecurer
HttpSecurityBuilder. createHttpSecurer(HttpSecurable securable)
Creates aHttpSecurer
for thisHttpSecurity
.
-