| Package | Description |
|---|---|
| io.asgardeo.java.oidc.sdk | |
| io.asgardeo.java.oidc.sdk.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPSessionBasedOIDCProcessor.handleOIDCCallback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
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 written
into the available http session. |
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. |
void |
HTTPSessionBasedOIDCProcessor.logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Builds a logout request and redirects.
|
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.
|
void |
HTTPSessionBasedOIDCProcessor.sendForLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Builds an authentication request and redirects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSOAgentClientException
Client exception class for the Java OIDC SDK.
|
class |
SSOAgentServerException
Server exception class for the Java OIDC SDK.
|
Copyright © 2024 WSO2. All rights reserved.