public class CruxSynchronizerTokenServiceImpl extends Object implements CruxSynchronizerTokenService, CruxSynchronizerTokenHandler
CRUX_SYNC_TOKEN_PARAM| Constructor and Description |
|---|
CruxSynchronizerTokenServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
endMethod(String methodFullSignature) |
String |
getMethodDescription(Method method) |
String |
getSynchronizerToken(String methodFullSignature) |
boolean |
isMethodRunning(String methodFullSignature) |
void |
setRequest(javax.servlet.http.HttpServletRequest request) |
void |
setSession(javax.servlet.http.HttpSession session) |
void |
startMethod(String methodFullSignature) |
public void setRequest(javax.servlet.http.HttpServletRequest request)
setRequest in interface RequestAwareRequestAware.setRequest(javax.servlet.http.HttpServletRequest)public void setSession(javax.servlet.http.HttpSession session)
setSession in interface SessionAwaresetSession in interface CruxSynchronizerTokenHandlerSessionAware.setSession(javax.servlet.http.HttpSession)public String getSynchronizerToken(String methodFullSignature)
getSynchronizerToken in interface CruxSynchronizerTokenServiceCruxSynchronizerTokenService.getSynchronizerToken(java.lang.String)public boolean isMethodRunning(String methodFullSignature)
isMethodRunning in interface CruxSynchronizerTokenHandlerCruxSynchronizerTokenHandler.isMethodRunning(java.lang.String)public void startMethod(String methodFullSignature) throws InvalidTokenException
startMethod in interface CruxSynchronizerTokenHandlerInvalidTokenExceptionorg.cruxframework.crux.core.server.dispatch.st.CruxSynchronizerTokenHandler#startMethod(java.lang.String, javax.servlet.http.HttpServletRequest)public void endMethod(String methodFullSignature)
endMethod in interface CruxSynchronizerTokenHandlerCruxSynchronizerTokenHandler.endMethod(java.lang.String)public String getMethodDescription(Method method)
getMethodDescription in interface CruxSynchronizerTokenHandlerCruxSynchronizerTokenHandler.getMethodDescription(java.lang.reflect.Method)Copyright © 2016. All rights reserved.