Class GrantHooks


  • public class GrantHooks
    extends com.simplicite.util.engine.GrantHooksInterface
    Grant hooks default implementation, this class is dedicated to be overridden to implement required hooks
    • Constructor Summary

      Constructors 
      Constructor Description
      GrantHooks()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String customAuth​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Example implementation (login processing itself is supposed to be done in parseAuth)
      • Methods inherited from class com.simplicite.util.engine.GrantHooksInterface

        changeScope, downloadDocument, event, generatePassword, init, isMenuEnable, logout, parseAuth, postAuth, postLoadGrant, postLoadHome, postLoadLogEvents, postLoadMenu, postLoadProfile, postLoadResponsibilities, postLoadScope, postLoadSystemParams, postPlatformInit, postSearchIndex, postSearchIndex, preAuth, preLoadGrant, preLoadHome, preLoadLogEvents, preLoadMenu, preLoadProfile, preLoadResponsibilities, preLoadSystemParams, preSearchIndex, preSearchIndex, socialPost, socialPost, unitTests, validatePassword
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrantHooks

        public GrantHooks()
    • Method Detail

      • customAuth

        public static java.lang.String customAuth​(javax.servlet.http.HttpServletRequest request,
                                                  javax.servlet.http.HttpServletResponse response)
                                           throws java.lang.Exception
        Example implementation (login processing itself is supposed to be done in parseAuth)
        Parameters:
        request - Request
        response - Response
        Throws:
        java.lang.Exception