Class AzSys
java.lang.Object
com.tremolosecurity.proxy.auth.AzSys
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckEntry(net.sourceforge.myvd.types.FilterNode filter, AuthInfo authInfo) booleancheckRules(AuthInfo authData, ConfigManager cfgMgr, List<AzRule> rules, jakarta.servlet.http.HttpSession session, ApplicationType at, Map<String, Object> request) booleancheckRules(AuthInfo authData, ConfigManager cfgMgr, List<AzRule> rules, Map<String, Object> request) voiddoAz(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, NextSys nextSys) getResponseFailGroup(UrlHolder holder) getResponseSuccessGroup(UrlHolder holder) voidproccessResponseResult(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, ResultGroupType resGrouping, boolean forceError, AuthInfo authData, CookieConfigType cookieCfg) voidprocessRequestResult(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:
IOExceptionjakarta.servlet.ServletExceptionMalformedURLException
-
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.ServletExceptionInstantiationExceptionIllegalAccessExceptionClassNotFoundException
-
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:
IOExceptionInstantiationExceptionIllegalAccessExceptionClassNotFoundExceptionjakarta.servlet.ServletException
-