Interface PostAuthSuccess
- All Known Implementing Classes:
ClientCredentialsGrantPostAuth
,TokenPostAuth
public interface PostAuthSuccess
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runAfterSuccessfulAuthentication
(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, UrlHolder holder, AuthChainType act, RequestHolder reqHolder, AuthController actl, NextSys next)
-
Field Details
-
POST_AUTH_ACTION
- See Also:
-
-
Method Details
-
runAfterSuccessfulAuthentication
void runAfterSuccessfulAuthentication(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 - Throws:
IOException
jakarta.servlet.ServletException
-