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 voidJwtHttpSecuritySource. 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 voidHttpSecuritySource. start(HttpSecurityExecuteContext<F> context)Called once afterHttpSecuritySource.init(HttpSecuritySourceContext)to indicate thisHttpSecuritySourceshould 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 voidAbstractHttpSecuritySource. start(HttpSecurityExecuteContext<F> context)
-