public interface ISecurityTokenService
| Modifier and Type | Method and Description |
|---|---|
String |
getToken(javax.servlet.http.HttpServletRequest request,
String strActionType)
return a security token
|
boolean |
validate(javax.servlet.http.HttpServletRequest request,
String strActionType)
verify if the request contains the securiy token
|
String getToken(javax.servlet.http.HttpServletRequest request, String strActionType)
request - The Http requeststrActionType - the action typeboolean validate(javax.servlet.http.HttpServletRequest request,
String strActionType)
request - The Http requeststrActionType - the action typeCopyright © 2020 City of Paris. All rights reserved.