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