Package net.officefloor.web.spi.security
Interface RatifyContext<AC extends java.io.Serializable>
-
- All Superinterfaces:
AccessControlListener<AC>
,HttpSecurityActionContext
- All Known Implementing Classes:
MockHttpRatifyContext
public interface RatifyContext<AC extends java.io.Serializable> extends HttpSecurityActionContext, AccessControlListener<AC>
HTTP ratify context.- 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
-
-