Package net.officefloor.web.spi.security
Interface ChallengeContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
-
- All Superinterfaces:
HttpChallengeContext
,HttpSecurityActionContext
,HttpSecurityApplicationContext<O,F>
- All Known Implementing Classes:
MockHttpChallengeContext
public interface ChallengeContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> extends HttpSecurityActionContext, HttpSecurityApplicationContext<O,F>, HttpChallengeContext
Context for triggering a challenge.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.web.spi.security.HttpChallengeContext
setChallenge
-
Methods inherited from interface net.officefloor.web.spi.security.HttpSecurityActionContext
getConnection, getQualifiedAttributeName, getRequestState, getSession
-
Methods inherited from interface net.officefloor.web.spi.security.HttpSecurityApplicationContext
doFlow, getObject
-
-