Package | Description |
---|---|
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
com.sun.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
com.sun.identity.federation.services.logout |
Handles
ID-FF single logout. |
Modifier and Type | Method and Description |
---|---|
FSSession |
FSSessionManager.getSession(List sessions,
String sessionIndex)
Returns the session in
sessions whose session index is
sessionIndex . |
FSSession |
FSSessionManager.getSession(Object token)
Returns session associated with
token . |
FSSession |
FSSessionManager.getSession(String userID,
String sessionID)
Returns session with
sessionID for userID . |
Modifier and Type | Method and Description |
---|---|
void |
FSSessionManager.addSession(String userID,
FSSession session)
Adds a federation session to a user.
|
void |
FSSessionManager.removeProvider(String userID,
String entityID,
FSSession localSession)
Removes
entityID from userID 's
session partner list. |
void |
FSSessionManager.removeSession(String userID,
FSSession session)
Removes a federation session of an user.
|
Modifier and Type | Method and Description |
---|---|
protected FSAccountFedInfo |
FSSSOAndFedHandler.doAccountFederation(Object ssoToken,
FSAuthnRequest authnRequest,
FSSession session) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
FSLogoutUtil.cleanSessionMap(String userDn,
String metaAlias,
FSSession session)
Cleans the
FSSessionManager maintained session
for the given principal. |
static void |
FSLogoutUtil.cleanSessionMapPartnerList(String userDN,
String currentEntityId,
String metaAlias,
FSSession session)
Cleans the
FSSessionManager maintained session
for the given principal, provider Id and removes all references to
the provider since logout notification has already been sent to
that provider. |
static HashMap |
FSLogoutUtil.getCurrentProvider(String userID,
String metaAlias,
Object ssoToken,
FSSession curSession) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.