Class ChallengeMomento
- java.lang.Object
-
- net.officefloor.web.security.impl.ChallengeMomento
-
- All Implemented Interfaces:
java.io.Serializable
public class ChallengeMomento extends java.lang.Object implements java.io.Serializable
Challenge momento to reinstate theServerHttpConnection
andHttpRequestState
.- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChallengeMomento(java.io.Serializable connection, java.io.Serializable requestState)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Serializable
getHttpRequestStateMomento()
Obtains the momento for theHttpRequestState
.java.io.Serializable
getServerHttpConnectionMomento()
Obtains the momento for theServerHttpConnection
.
-
-
-
Constructor Detail
-
ChallengeMomento
public ChallengeMomento(java.io.Serializable connection, java.io.Serializable requestState)
Instantiate.- Parameters:
connection
- Momento for theServerHttpConnection
.requestState
- Momento for theHttpRequestState
.
-
-
Method Detail
-
getServerHttpConnectionMomento
public java.io.Serializable getServerHttpConnectionMomento()
Obtains the momento for theServerHttpConnection
.- Returns:
- Momento for the
ServerHttpConnection
.
-
getHttpRequestStateMomento
public java.io.Serializable getHttpRequestStateMomento()
Obtains the momento for theHttpRequestState
.- Returns:
- Momento for the
HttpRequestState
.
-
-