Class GrantHooks


  • public class GrantHooks
    extends GrantHooksInterface
    Grant hooks default implementation, this class is dedicated to be overridden to implement required hooks
    • 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