- getAccessToken() - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Returns the access token.
- getAttributes() - Method in class io.asgardeo.java.oidc.sdk.bean.User
-
Returns the attributes of the user.
- getAuthenticationRequestURI() - Method in class io.asgardeo.java.oidc.sdk.request.model.AuthenticationRequest
-
- getAuthorizeEndpoint() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the authorize endpoint URI of the OIDC agent.
- getCallbackUrl() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the callback URI of the OIDC agent.
- getCode() - Method in enum io.asgardeo.java.oidc.sdk.SSOAgentConstants.ErrorMessages
-
- getConsumerKey() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the consumer key (Client ID) of the OIDC agent.
- getConsumerSecret() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the consumer secret (Client secret) of the OIDC agent.
- getErrorCode() - Method in exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
Returns a errorCode for the exception as defined
in SSOAgentConstants.ErrorMessages.
- getErrorPage() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the error page of the OIDC agent.
- getIdToken() - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Returns the id token.
- getIndexPage() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the index page of the OIDC agent.
- getIssuer() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the issuer of the OIDC agent.
- getJwksEndpoint() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the JWKS endpoint URI of the OIDC agent.
- getLogoutEndpoint() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the logout endpoint URI of the OIDC agent.
- getLogoutRequestURI() - Method in class io.asgardeo.java.oidc.sdk.request.model.LogoutRequest
-
- getLogoutURL() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the logout URL of the OIDC agent.
- getMessage() - Method in enum io.asgardeo.java.oidc.sdk.SSOAgentConstants.ErrorMessages
-
- getNonce() - Method in class io.asgardeo.java.oidc.sdk.bean.RequestContext
-
Returns the nonce.
- getOidcAgentConfig() - Method in class io.asgardeo.java.oidc.sdk.config.FileBasedOIDCConfigProvider
-
Retrieves the OIDCAgentConfig object with the agent specific configurations.
- getOidcAgentConfig() - Method in interface io.asgardeo.java.oidc.sdk.config.OIDCConfigProvider
-
Retrieves the OIDCAgentConfig object with the agent specific configurations.
- getParameter(String) - Method in class io.asgardeo.java.oidc.sdk.bean.RequestContext
-
Returns the object for the particular key.
- getPostLogoutRedirectURI() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the post-logout redirect URI of the OIDC agent.
- getRefreshToken() - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Returns the refresh token.
- getRequestContext() - Method in class io.asgardeo.java.oidc.sdk.request.model.AuthenticationRequest
-
- getRequestContext() - Method in class io.asgardeo.java.oidc.sdk.request.model.LogoutRequest
-
- getScope() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the cscope of the OIDC agent.
- getSignatureAlgorithm() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
- getSkipURIs() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the skip URIs of the OIDC agent.
- getState() - Method in class io.asgardeo.java.oidc.sdk.bean.RequestContext
-
Returns the state.
- getSubject() - Method in class io.asgardeo.java.oidc.sdk.bean.User
-
Returns the subject identifier of the user.
- getTokenEndpoint() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Returns the the token endpoint URI of the OIDC agent.
- getTrustedAudience() - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
- getUser() - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Returns the authenticated user.
- SCOPE - Static variable in class io.asgardeo.java.oidc.sdk.SSOAgentConstants
-
- sendForLogin(HttpServletRequest, HttpServletResponse) - Method in class io.asgardeo.java.oidc.sdk.DefaultOIDCManager
-
Builds an authentication request and redirects.
- sendForLogin(HttpServletRequest, HttpServletResponse) - Method in class io.asgardeo.java.oidc.sdk.HTTPSessionBasedOIDCProcessor
-
Builds an authentication request and redirects.
- sendForLogin(HttpServletRequest, HttpServletResponse) - Method in interface io.asgardeo.java.oidc.sdk.OIDCManager
-
Builds an authentication request and redirects.
- SESSION_CONTEXT - Static variable in class io.asgardeo.java.oidc.sdk.SSOAgentConstants
-
- SESSION_STATE - Static variable in class io.asgardeo.java.oidc.sdk.SSOAgentConstants
-
- SessionContext - Class in io.asgardeo.java.oidc.sdk.bean
-
A data model class to define the Session Context element.
- SessionContext() - Constructor for class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
- setAccessToken(String) - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Sets the access token.
- setAuthenticationRequestURI(URI) - Method in class io.asgardeo.java.oidc.sdk.request.model.AuthenticationRequest
-
- setAuthorizeEndpoint(URI) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the authorize endpoint URL for the OIDC agent.
- setCallbackUrl(URI) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the callback URL for the OIDC agent.
- setConsumerKey(ClientID) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the consumer key (Client ID) for the OIDC agent.
- setConsumerSecret(Secret) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the consumer secret (Client secret) for the OIDC agent.
- setErrorPage(String) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the error page for the OIDC agent.
- setIdToken(String) - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Sets the id token.
- setIndexPage(String) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the index page for the OIDC agent.
- setIssuer(Issuer) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the issuer for the OIDC agent.
- setJwksEndpoint(URI) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the JWKS endpoint URL for the OIDC agent.
- setLogoutEndpoint(URI) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the logout endpoint URL for the OIDC agent.
- setLogoutRequestURI(URI) - Method in class io.asgardeo.java.oidc.sdk.request.model.LogoutRequest
-
- setLogoutURL(String) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the logout URL for the OIDC agent.
- setNonce(Nonce) - Method in class io.asgardeo.java.oidc.sdk.bean.RequestContext
-
Sets the nonce.
- setParameter(String, Object) - Method in class io.asgardeo.java.oidc.sdk.bean.RequestContext
-
Sets additional parameter to the Request Context.
- setPostLogoutRedirectURI(URI) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the post-logout redirect URL for the OIDC agent.
- setRefreshToken(String) - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Sets the refresh token.
- setRequestContext(RequestContext) - Method in class io.asgardeo.java.oidc.sdk.request.model.AuthenticationRequest
-
- setRequestContext(RequestContext) - Method in class io.asgardeo.java.oidc.sdk.request.model.LogoutRequest
-
- setScope(Scope) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the scope for the OIDC agent.
- setSignatureAlgorithm(JWSAlgorithm) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
- setSkipURIs(Set<String>) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the skip URIs for the OIDC agent.
- setState(State) - Method in class io.asgardeo.java.oidc.sdk.bean.RequestContext
-
Sets the state.
- setTokenEndpoint(URI) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
Sets the token endpoint URL for the OIDC agent.
- setTrustedAudience(Set<String>) - Method in class io.asgardeo.java.oidc.sdk.config.model.OIDCAgentConfig
-
- setUser(User) - Method in class io.asgardeo.java.oidc.sdk.bean.SessionContext
-
Sets the user of the authentication.
- SKIP_URIS - Static variable in class io.asgardeo.java.oidc.sdk.SSOAgentConstants
-
- SSOAgentClientException - Exception in io.asgardeo.java.oidc.sdk.exception
-
Client exception class for the Java OIDC SDK.
- SSOAgentClientException(String) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentClientException
-
Constructs a SSOAgentClientException with the specified detail
message.
- SSOAgentClientException(String, String, Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentClientException
-
Creates a SSOAgentClientException with the specified
detail message and cause.
- SSOAgentClientException(String, Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentClientException
-
Creates a SSOAgentClientException with the specified
detail message and cause.
- SSOAgentClientException(String, String) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentClientException
-
Creates a SSOAgentClientException with the specified
detail message and cause.
- SSOAgentConstants - Class in io.asgardeo.java.oidc.sdk
-
This class holds the constants used in the module, io.asgardeo.java.oidc.sdk.
- SSOAgentConstants() - Constructor for class io.asgardeo.java.oidc.sdk.SSOAgentConstants
-
- SSOAgentConstants.ErrorMessages - Enum in io.asgardeo.java.oidc.sdk
-
- SSOAgentException - Exception in io.asgardeo.java.oidc.sdk.exception
-
The SSOAgentException class is a generic
OIDC SDK exception class that provides type safety for all the
SDK-related exception classes that extend from it.
- SSOAgentException() - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
- SSOAgentException(String) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
Constructs a SSOAgentException with the specified detail
message.
- SSOAgentException(String, String) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
Creates a SSOAgentException with the specified
detail message and cause.
- SSOAgentException(Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
Creates a SSOAgentException with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- SSOAgentException(String, Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
Creates a SSOAgentException with the specified
detail message and cause.
- SSOAgentException(String, String, Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentException
-
Creates a SSOAgentException with the specified
detail message and cause.
- SSOAgentServerException - Exception in io.asgardeo.java.oidc.sdk.exception
-
Server exception class for the Java OIDC SDK.
- SSOAgentServerException(String) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentServerException
-
Constructs a SSOAgentServerException with the specified detail
message.
- SSOAgentServerException(String, String, Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentServerException
-
Creates a SSOAgentServerException with the specified
detail message and cause.
- SSOAgentServerException(String, Throwable) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentServerException
-
Creates a SSOAgentServerException with the specified
detail message and cause.
- SSOAgentServerException(String, String) - Constructor for exception io.asgardeo.java.oidc.sdk.exception.SSOAgentServerException
-
Creates a SSOAgentServerException with the specified
detail message and cause.