Uses of Class
com.tremolosecurity.proxy.auth.AuthController
Packages that use AuthController
Package
Description
-
Uses of AuthController in com.tremolosecurity.idp.providers
Methods in com.tremolosecurity.idp.providers with parameters of type AuthControllerModifier and TypeMethodDescriptionvoid
ClientCredentialsGrantPostAuth.runAfterSuccessfulAuthentication
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) void
TokenPostAuth.runAfterSuccessfulAuthentication
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) -
Uses of AuthController in com.tremolosecurity.proxy.auth
Methods in com.tremolosecurity.proxy.auth with parameters of type AuthControllerModifier and TypeMethodDescriptionvoid
PostAuthSuccess.runAfterSuccessfulAuthentication
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) -
Uses of AuthController in com.tremolosecurity.proxy.auth.sys
Methods in com.tremolosecurity.proxy.auth.sys with parameters of type AuthControllerModifier and TypeMethodDescriptionboolean
AuthManager.finishSuccessfulLogin
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) boolean
AuthManagerImpl.finishSuccessfulLogin
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next)