Class ClientCredentialsGrantPostAuth
java.lang.Object
com.tremolosecurity.idp.providers.ClientCredentialsGrantPostAuth
- All Implemented Interfaces:
PostAuthSuccess
-
Field Summary
Fields inherited from interface com.tremolosecurity.proxy.auth.PostAuthSuccess
POST_AUTH_ACTION
-
Constructor Summary
ConstructorDescriptionClientCredentialsGrantPostAuth
(OpenIDConnectTransaction transaction, OpenIDConnectTrust trust, OpenIDConnectIdP idp) -
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)
-
Constructor Details
-
ClientCredentialsGrantPostAuth
public ClientCredentialsGrantPostAuth(OpenIDConnectTransaction transaction, OpenIDConnectTrust trust, OpenIDConnectIdP idp)
-
-
Method Details
-
runAfterSuccessfulAuthentication
public 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 - Specified by:
runAfterSuccessfulAuthentication
in interfacePostAuthSuccess
- Throws:
IOException
jakarta.servlet.ServletException
-