Uses of Class
nl.gx.webmanager.authorization.SignException
-
Packages that use SignException Package Description nl.gx.webmanager.authorization nl.gx.webmanager.taglib -
-
Uses of SignException in nl.gx.webmanager.authorization
Methods in nl.gx.webmanager.authorization that throw SignException Modifier and Type Method Description String
SecureFormSigner. addSignature(String originalForm, javax.servlet.http.HttpSession session)
Adds the signature to a form.String
SecureFormSigner. getSignature(Set<String> names, javax.servlet.http.HttpSession session)
Creates a signature for a set of input names.String
SecureFormSigner. getSignatureForFragment(String htmlCode, javax.servlet.http.HttpSession session)
Creates a signature for the input names in an html fragment. -
Uses of SignException in nl.gx.webmanager.taglib
Methods in nl.gx.webmanager.taglib that throw SignException Modifier and Type Method Description static String
FunctionLibrary. signForm(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, String html)
Adds a secure form signature to a fragment of HTML.
-