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 TypeMethodDescriptionvoidClientCredentialsGrantPostAuth.runAfterSuccessfulAuthentication(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) voidTokenPostAuth.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 TypeMethodDescriptionvoidPostAuthSuccess.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 TypeMethodDescriptionbooleanAuthManager.finishSuccessfulLogin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next) booleanAuthManagerImpl.finishSuccessfulLogin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next)