Class AuthManagerImpl
java.lang.Object
com.tremolosecurity.proxy.auth.sys.AuthManagerImpl
- All Implemented Interfaces:
AuthManager
-
Field Summary
Fields inherited from interface com.tremolosecurity.proxy.auth.sys.AuthManager
NEXT_SYS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AuthChainType
buildACT
(AuthChainType origChain, ConfigManager cfg) boolean
execAuth
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect, UrlHolder holder, AuthChainType act, String finalURL) boolean
execAuth
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect, UrlHolder holder, AuthChainType act, String finalURL, NextSys next) boolean
finishSuccessfulLogin
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) getGetRedirectURL
(RequestHolder reqHolder) void
loadAmtParams
(jakarta.servlet.http.HttpSession session, AuthMechType amt) boolean
nextAuth
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect) boolean
nextAuth
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect, NextSys next)
-
Constructor Details
-
AuthManagerImpl
public AuthManagerImpl()
-
-
Method Details
-
nextAuth
public boolean nextAuth(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect) throws jakarta.servlet.ServletException, IOException - Specified by:
nextAuth
in interfaceAuthManager
- Throws:
jakarta.servlet.ServletException
IOException
-
nextAuth
public boolean nextAuth(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect, NextSys next) throws jakarta.servlet.ServletException, IOException - Specified by:
nextAuth
in interfaceAuthManager
- Throws:
jakarta.servlet.ServletException
IOException
-
execAuth
public boolean execAuth(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect, UrlHolder holder, AuthChainType act, String finalURL) throws IOException, jakarta.servlet.ServletException - Specified by:
execAuth
in interfaceAuthManager
- Throws:
IOException
jakarta.servlet.ServletException
-
execAuth
public boolean execAuth(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, jakarta.servlet.http.HttpSession session, boolean jsRedirect, UrlHolder holder, AuthChainType act, String finalURL, NextSys next) throws IOException, jakarta.servlet.ServletException - Specified by:
execAuth
in interfaceAuthManager
- Throws:
IOException
jakarta.servlet.ServletException
-
finishSuccessfulLogin
public boolean finishSuccessfulLogin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) throws IOException, jakarta.servlet.ServletException - Specified by:
finishSuccessfulLogin
in interfaceAuthManager
- Throws:
IOException
jakarta.servlet.ServletException
-
loadAmtParams
- Specified by:
loadAmtParams
in interfaceAuthManager
-
getGetRedirectURL
- Specified by:
getGetRedirectURL
in interfaceAuthManager
-
buildACT
-