Package net.officefloor.web.spi.security
Interface HttpSecurityApplicationContext<O extends Enum<O>,F extends Enum<F>>
- All Known Subinterfaces:
AuthenticateContext<AC,,O, F> ChallengeContext<O,,F> LogoutContext<O,F>
- All Known Implementing Classes:
AbstractMockHttpSecurityActionContext,MockHttpAuthenticateContext,MockHttpChallengeContext,MockHttpLogoutContext
Generic context for integrating
HttpSecurity actions into the
application.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getObject
Obtains a dependency.- Parameters:
key- Key for the dependency.- Returns:
- Dependency.
-
doFlow
Undertakes a flow.- Parameters:
key- Key identifying the flow.parameter- Parameter.callback-FlowCallback.
-