| Interface | Description | 
|---|---|
| ResponseDispatcher | This interface defines APIs for sending a response to initiate an SSO process. | 
| SsoProvider | This interface defines the SPIs for underlying SSO providers to plug into JPS SSO framework. | 
| SsoService | This class provides APIs for applications to integrate with underlying SSO providers. | 
| SsoServiceConfig | This interface defines APIs for managing SSO service settings specified in the JPS configuration. | 
| Enum | Description | 
|---|---|
| SsoProvider.SsoOpType | The supported type of SSO extended operations. | 
| Exception | Description | 
|---|---|
| SsoServiceException | This exception represents errors occurs when executing SSO service APIs. |