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