| Class | Description |
|---|---|
| CubaIdpServlet |
Servlet to host IDP web service with a separate Spring context.
|
| IdpControllerExceptionHandler |
Logs all exceptions of IDP controllers and returns 500 (Internal Server Error) error page to clients.
|
| IdpSecurityContextInterceptor |
Sets
SecurityContext with system session for IDP controllers to perform service calls to the middleware. |
| IdpServiceLogoutCallbackInvoker | |
| IdpSessionsWatchDog |
Invokes IdpService to check if IDP sessions or tickets are expired.
|
| IdpSpringAuthenticationProvider |
Used only as stub for Spring Security configuration.
|
| SingleAppIdpServlet |