Interface FunctionLogoutContext<AC extends Serializable>
- All Superinterfaces:
AccessControlListener<AC>
ManagedFunction logout context.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theServerHttpConnectionto be secured.Obtains theHttpRequestState.Obtains theHttpSession.Methods inherited from interface net.officefloor.web.spi.security.AccessControlListener
accessControlChange
-
Method Details
-
getConnection
ServerHttpConnection getConnection()Obtains theServerHttpConnectionto be secured.- Returns:
ServerHttpConnection.
-
getSession
HttpSession getSession()Obtains theHttpSession.- Returns:
HttpSession.
-
getRequestState
HttpRequestState getRequestState()Obtains theHttpRequestState.- Returns:
HttpRequestState.
-