Package net.officefloor.web.spi.security
Interface AuthenticateContext<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
-
- All Superinterfaces:
AccessControlListener<AC>
,HttpSecurityActionContext
,HttpSecurityApplicationContext<O,F>
- All Known Implementing Classes:
MockHttpAuthenticateContext
public interface AuthenticateContext<AC extends java.io.Serializable,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> extends HttpSecurityActionContext, HttpSecurityApplicationContext<O,F>, AccessControlListener<AC>
Context for authentication.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.web.spi.security.AccessControlListener
accessControlChange
-
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
-
-