All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AuthenticationRequest A data model class to define the Authentication Request element.DefaultOIDCManager OIDC manager implementation.DefaultOIDCManagerFactory A factory to create Default OIDC Manger objects based on a OIDCAgentConfig.FileBasedOIDCConfigProvider A file-based provider implementation for theOIDCAgentConfigmodel.HTTPSessionBasedOIDCProcessor A wrapper class for theDefaultOIDCManagerthat provides the functionality defined by theOIDCManagerwith using HTTP sessions as the storage entity for theRequestContextandSessionContextinformation.IDTokenValidator Validator of ID tokens issued by an OpenID Provider.LogoutRequest A data model class to define the Logout Request element.OIDCAgentConfig A data model class to define the OIDC Agent Config element.OIDCConfigProvider A "provider" interface for theOIDCAgentConfigmodel.OIDCManager OIDC manager service interface.OIDCRequestBuilder OIDCRequestBuilder is the class responsible for building requests for theOIDCManagerbased on theOIDCAgentConfig.OIDCRequestResolver OIDCRequestResolver is the class responsible for resolving requests based on theOIDCAgentConfigand the request parameters.RequestContext A data model class to define the Request Context element.SessionContext A data model class to define the Session Context element.SSOAgentClientException Client exception class for the Java OIDC SDK.SSOAgentConstants This class holds the constants used in the module, io.asgardeo.java.oidc.sdk.SSOAgentConstants.ErrorMessages SSOAgentException TheSSOAgentExceptionclass is a generic OIDC SDK exception class that provides type safety for all the SDK-related exception classes that extend from it.SSOAgentServerException Server exception class for the Java OIDC SDK.User A data model class to define the User element.