| Package | Description |
|---|---|
| io.asgardeo.java.oidc.sdk | |
| io.asgardeo.java.oidc.sdk.request.model |
| 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.
|
RequestContext |
DefaultOIDCManager.sendForLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Builds an authentication request and redirects.
|
RequestContext |
OIDCManager.sendForLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Builds an authentication request and redirects.
|
| 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 |
AuthenticationRequest.getRequestContext() |
RequestContext |
LogoutRequest.getRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationRequest.setRequestContext(RequestContext requestContext) |
void |
LogoutRequest.setRequestContext(RequestContext requestContext) |
| Constructor and Description |
|---|
AuthenticationRequest(URI authenticationRequestURI,
RequestContext requestContext) |
LogoutRequest(URI logoutRequestURI,
RequestContext requestContext) |
Copyright © 2022 WSO2. All rights reserved.