Class AuthMgrSys
java.lang.Object
com.tremolosecurity.proxy.auth.AuthMgrSys
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doAuthMgr
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, NextSys nextSys, AuthStep as) void
processAuthResp
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UrlHolder holder, Boolean bool)
-
Field Details
-
AU_RES
- See Also:
-
AZ_RES
- See Also:
-
-
Constructor Details
-
AuthMgrSys
public AuthMgrSys(jakarta.servlet.ServletContext ctx) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-
-
Method Details
-
doAuthMgr
public void doAuthMgr(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, NextSys nextSys, AuthStep as) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletException
IOException
-
processAuthResp
public void processAuthResp(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, UrlHolder holder, Boolean bool) throws IOException, InstantiationException, IllegalAccessException, ClassNotFoundException, jakarta.servlet.ServletException - Throws:
IOException
InstantiationException
IllegalAccessException
ClassNotFoundException
jakarta.servlet.ServletException
-