- login(String, String, SessionHostObject) - Method in class org.jaggeryjs.modules.sso.common.managers.SSOSessionManager
-
Registers the provided Session HostObject against the IDP session index.This
mapping is used to Single Logout all sessions when the logout method is called
- logout(String, String) - Method in class org.jaggeryjs.modules.sso.common.managers.SSOSessionManager
-
Handles the Single Logout operation by invalidating the sessions mapped
to the provided IDP session index.
- logout(SessionHostObject, String) - Method in class org.jaggeryjs.modules.sso.common.managers.SSOSessionManager
-
Handles the Single Logout operation by first resolving the session ID to a IDP session index
- LOGOUT_USER - Static variable in class org.jaggeryjs.modules.sso.common.constants.SSOConstants
-
- logoutClusteredNodes(String, String) - Method in class org.jaggeryjs.modules.sso.common.managers.SSOSessionManager
-
Handles the Single Logout operation by invalidating the sessions mapped
to the provided IDP session index.It will
attempt to notify all members with a message indicating that any sessions registered
against the provided IDP session index should be invalidated.
- LogoutRequestBuilder - Class in org.jaggeryjs.modules.sso.common.builders
-
This class is used to generate the Logout Requests.
- LogoutRequestBuilder() - Constructor for class org.jaggeryjs.modules.sso.common.builders.LogoutRequestBuilder
-