Uses of Class
org.silverpeas.core.security.token.exception.TokenValidationException
-
Packages that use TokenValidationException Package Description org.silverpeas.core.security.token.persistent Provides a type of tokens that are persisted in a data source and that are mapped with a resource managed in Silverpeas.org.silverpeas.core.web.token -
-
Uses of TokenValidationException in org.silverpeas.core.security.token.persistent
Methods in org.silverpeas.core.security.token.persistent that throw TokenValidationException Modifier and Type Method Description void
PersistentResourceToken. validate()
Validates data -
Uses of TokenValidationException in org.silverpeas.core.web.token
Methods in org.silverpeas.core.web.token that throw TokenValidationException Modifier and Type Method Description void
SynchronizerTokenService. validate(javax.servlet.http.HttpServletRequest request, boolean onKeywordsOnly)
Validates the request to a Silverpeas web resource can be trusted.
-