| Package | Description |
|---|---|
| io.asgardeo.java.oidc.sdk | |
| io.asgardeo.java.oidc.sdk.request |
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
DefaultOIDCManager.handleOIDCCallback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RequestContext requestContext)
Processes the OIDC callback response and extract the authorization code, builds a token request, sends the
token request and parse the token response where the authenticated user info and tokens would be added to the
SessionContext object and returned. |
SessionContext |
OIDCManager.handleOIDCCallback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RequestContext requestContext)
Processes the OIDC callback response and extract the authorization code, builds a token request, sends the
token request and parse the token response where the authenticated user info and tokens would be added to the
SessionContext object and returned. |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
DefaultOIDCManager.logout(SessionContext sessionContext,
javax.servlet.http.HttpServletResponse response)
Builds a logout request and redirects.
|
RequestContext |
OIDCManager.logout(SessionContext sessionContext,
javax.servlet.http.HttpServletResponse response)
Builds a logout request and redirects.
|
| Modifier and Type | Method and Description |
|---|---|
LogoutRequest |
OIDCRequestBuilder.buildLogoutRequest(SessionContext sessionContext)
Returns
LogoutRequest Logout request. |
Copyright © 2022 WSO2. All rights reserved.