Package | Description |
---|---|
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
com.sun.identity.federation.services.logout |
Handles
ID-FF single logout. |
Modifier and Type | Method and Description |
---|---|
FSSessionPartner |
FSSession.getCurrentSessionPartner()
Returns the first session partner of the list of session partners.
|
Modifier and Type | Method and Description |
---|---|
void |
FSSession.addSessionPartner(FSSessionPartner sessionPartner)
Adds a session partner.
|
Modifier and Type | Method and Description |
---|---|
FSLogoutStatus |
FSSingleLogoutHandler.doIDPProxySoapProfile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FSSessionPartner currentSessionProvider,
String userID,
String sessionIndex,
Object ssoToken) |
FSLogoutStatus |
FSSingleLogoutHandler.handleSingleLogout(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
FSSessionPartner currentSessionProvider,
String userID,
String sessionIndex,
boolean isWMLAgent,
Object ssoToken) |
FSLogoutStatus |
FSSingleLogoutHandler.processHttpSingleLogoutRequest(javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
FSLogoutNotification reqLogout,
FSSessionPartner currentSessionProvider,
String userID,
Object ssoToken,
String sourceEntityId,
String sessionIndex,
boolean isWMLAgent,
String relayState,
String isSourceIDP)
Processes the logout request received through http.
|
protected FSLogoutStatus |
FSSingleLogoutHandler.processSingleLogoutRequest(FSLogoutNotification reqLogout,
FSSessionPartner currentSessionProvider,
String userID,
String sourceEntityId,
String sessionIndex,
boolean isWMLAgent,
String isSourceIDP)
Processes the logout request received from soap profile.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.