Package | Description |
---|---|
com.sun.identity.federation.accountmgmt |
Defines Federation Account Management API.
|
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. |
com.sun.identity.federation.services.registration |
Handles
ID-FF name registration. |
com.sun.identity.federation.services.termination |
Handles
ID-FF federation termination. |
com.sun.liberty |
Provides interfaces for Liberty federation framework.
|
Modifier and Type | Method and Description |
---|---|
FSAccountFedInfo |
FSAccountManager.readAccountFedInfo(String userID,
String providerID)
Reads Account's federation Info from data store for given
providerID and returns value as fedInfo object.
|
FSAccountFedInfo |
FSAccountManager.readAccountFedInfo(String userID,
String providerID,
String nameIDValue)
Reads Account's federation Info from data store for given
providerID and returns value as fedInfo object.
|
static FSAccountFedInfo |
FSAccountUtils.stringToObject(String fedInfoString)
Parses federation information string and put corresponding parts in
object fields.
|
Modifier and Type | Method and Description |
---|---|
static String |
FSAccountUtils.objectToInfoString(FSAccountFedInfo fedInfoObject)
Returns string equalivent of
FSAccountFedInfo object. |
void |
FSAccountManager.removeAccountFedInfo(String userID,
FSAccountFedInfo fedInfo)
Removes Account's federation Info in data store.
|
void |
FSAccountManager.writeAccountFedInfo(String userID,
FSAccountFedInfoKey fedInfoKey,
FSAccountFedInfo fedInfo)
Stores Account's federation Info in data store.
|
void |
FSAccountManager.writeAccountFedInfo(String userID,
FSAccountFedInfoKey fedInfoKey,
FSAccountFedInfo fedInfo,
FSAccountFedInfoKey oldFedInfoKey)
Stores Account's federation Info in data store.
|
Modifier and Type | Method and Description |
---|---|
FSAccountFedInfo |
FSSession.getAccountFedInfo()
Returns account federation info.
|
Modifier and Type | Method and Description |
---|---|
void |
FSSession.setAccountFedInfo(FSAccountFedInfo fedInfo)
Sets account federation info.
|
Modifier and Type | Method and Description |
---|---|
protected FSAccountFedInfo |
FSSSOAndFedHandler.doAccountFederation(Object ssoToken,
FSAuthnRequest authnRequest,
FSSession session) |
Modifier and Type | Method and Description |
---|---|
protected static FSAccountFedInfo |
FSLogoutUtil.getCurrentWorkingAccount(String userID,
String entityID,
String metaAlias)
Returns the
FSAccountFedInfo object for the given
principal and provider Id. |
Modifier and Type | Field and Description |
---|---|
protected FSAccountFedInfo |
FSNameRegistrationHandler.acctInfo |
protected FSAccountFedInfo |
FSNameRegistrationHandler.newAcctInfo |
Modifier and Type | Method and Description |
---|---|
void |
FSNameRegistrationHandler.setAccountInfo(FSAccountFedInfo acctInfo)
Sets the federation account information for the
user with a specific remote provider.
|
Modifier and Type | Field and Description |
---|---|
protected FSAccountFedInfo |
FSFedTerminationHandler.acctInfo |
Modifier and Type | Method and Description |
---|---|
void |
FSFedTerminationHandler.setAccountInfo(FSAccountFedInfo acctInfo)
Sets the federation account information for the user with a specific
remote provider.
|
Modifier and Type | Method and Description |
---|---|
static FSAccountFedInfo |
LibertyManager.getAccountFedInfo(javax.servlet.http.HttpServletRequest request,
String entityID)
Deprecated.
This method is deprecated.
|
static FSAccountFedInfo |
LibertyManager.getAccountFedInfo(javax.servlet.http.HttpServletRequest request,
String realm,
String entityID,
String providerRole)
Returns the federation information associated with current liberty
session.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.