Uses of Interface
net.officefloor.web.spi.security.HttpSecurityExecuteContext
-
Packages that use HttpSecurityExecuteContext Package Description net.officefloor.web.jwt net.officefloor.web.spi.security net.officefloor.web.spi.security.impl -
-
Uses of HttpSecurityExecuteContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type HttpSecurityExecuteContext Modifier and Type Method Description void
JwtHttpSecuritySource. start(HttpSecurityExecuteContext<JwtHttpSecuritySource.Flows> context)
-
Uses of HttpSecurityExecuteContext in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type HttpSecurityExecuteContext Modifier and Type Method Description void
HttpSecuritySource. start(HttpSecurityExecuteContext<F> context)
Called once afterHttpSecuritySource.init(HttpSecuritySourceContext)
to indicate thisHttpSecuritySource
should start execution. -
Uses of HttpSecurityExecuteContext in net.officefloor.web.spi.security.impl
Methods in net.officefloor.web.spi.security.impl with parameters of type HttpSecurityExecuteContext Modifier and Type Method Description void
AbstractHttpSecuritySource. start(HttpSecurityExecuteContext<F> context)
-