Class AzSys
java.lang.Object
com.tremolosecurity.proxy.auth.AzSys
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkEntry
(net.sourceforge.myvd.types.FilterNode filter, AuthInfo authInfo) boolean
checkRules
(AuthInfo authData, ConfigManager cfgMgr, List<AzRule> rules, jakarta.servlet.http.HttpSession session, ApplicationType at, Map<String, Object> request) boolean
checkRules
(AuthInfo authData, ConfigManager cfgMgr, List<AzRule> rules, Map<String, Object> request) void
doAz
(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, NextSys nextSys) getResponseFailGroup
(UrlHolder holder) getResponseSuccessGroup
(UrlHolder holder) void
proccessResponseResult
(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, ResultGroupType resGrouping, boolean forceError, AuthInfo authData, CookieConfigType cookieCfg) void
processRequestResult
(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, ResultGroupType resGrouping, AuthInfo authData)
-
Field Details
-
AUTO_IDM_HTTP_HEADERS
- See Also:
-
FORCE
- See Also:
-
-
Constructor Details
-
AzSys
public AzSys()
-
-
Method Details
-
doAz
public void doAz(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, NextSys nextSys) throws IOException, jakarta.servlet.ServletException, MalformedURLException - Throws:
IOException
jakarta.servlet.ServletException
MalformedURLException
-
checkRules
public boolean checkRules(AuthInfo authData, ConfigManager cfgMgr, List<AzRule> rules, Map<String, Object> request) throws MalformedURLException- Throws:
MalformedURLException
-
checkRules
public boolean checkRules(AuthInfo authData, ConfigManager cfgMgr, List<AzRule> rules, jakarta.servlet.http.HttpSession session, ApplicationType at, Map<String, Object> request) throws MalformedURLException- Throws:
MalformedURLException
-
checkEntry
-
getResponseFailGroup
-
getResponseSuccessGroup
-
processRequestResult
public void processRequestResult(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, ResultGroupType resGrouping, AuthInfo authData) throws jakarta.servlet.ServletException, InstantiationException, IllegalAccessException, ClassNotFoundException - Throws:
jakarta.servlet.ServletException
InstantiationException
IllegalAccessException
ClassNotFoundException
-
proccessResponseResult
public void proccessResponseResult(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, ResultGroupType resGrouping, boolean forceError, AuthInfo authData, CookieConfigType cookieCfg) throws IOException, InstantiationException, IllegalAccessException, ClassNotFoundException, jakarta.servlet.ServletException - Throws:
IOException
InstantiationException
IllegalAccessException
ClassNotFoundException
jakarta.servlet.ServletException
-