Class MockHttpLogoutContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
- java.lang.Object
-
- net.officefloor.web.security.scheme.AbstractMockHttpSecurityActionContext<O,F>
-
- net.officefloor.web.security.scheme.MockHttpLogoutContext<O,F>
-
- All Implemented Interfaces:
HttpSecurityActionContext
,HttpSecurityApplicationContext<O,F>
,LogoutContext<O,F>
public class MockHttpLogoutContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> extends AbstractMockHttpSecurityActionContext<O,F> implements LogoutContext<O,F>
MockLogoutContext
for testingHttpSecuritySource
instances.- Author:
- Daniel Sagenschneider
-
-
Field Summary
-
Fields inherited from class net.officefloor.web.security.scheme.AbstractMockHttpSecurityActionContext
connection, dependencies, flows, requestState, session
-
-
Constructor Summary
Constructors Constructor Description MockHttpLogoutContext()
-
Method Summary
-
Methods inherited from class net.officefloor.web.security.scheme.AbstractMockHttpSecurityActionContext
doFlow, getConnection, getObject, getQualifiedAttributeName, getRequestState, getSession, registerFlow, registerObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-