public interface SessionAuthenticityTokenProvider
| Modifier and Type | Method and Description |
|---|---|
String |
createSessionToken(MessageContext mc)
Creates a new session token and stores it
|
String |
getSessionToken(MessageContext mc)
Retrieves the stored session token
|
String |
removeSessionToken(MessageContext mc)
Removes the stored session token
|
String createSessionToken(MessageContext mc)
mc - the MessageContext of this requestString getSessionToken(MessageContext mc)
mc - the MessageContext of this requestString removeSessionToken(MessageContext mc)
mc - the MessageContext of this requestApache CXF