Package | Description |
---|---|
com.sun.identity.federation.accountmgmt |
Defines Federation Account Management API.
|
com.sun.identity.federation.services.registration |
Handles
ID-FF name registration. |
Modifier and Type | Method and Description |
---|---|
String |
FSAccountManager.getUserID(FSAccountFedInfoKey fedInfoKey,
Map env)
Searches user with given combination of ProviderID & Opaque handle
in Default Organization.
|
String |
FSAccountManager.getUserID(FSAccountFedInfoKey fedInfoKey,
String orgDN,
Map env)
Searches user with given combination of ProviderID & Opaque handle
in given Organization.
|
static String |
FSAccountUtils.objectToKeyString(FSAccountFedInfoKey fedInfoKeyObject)
Returns nameSpace and name of account federation information key.
|
void |
FSAccountManager.removeAccountFedInfo(String userID,
FSAccountFedInfoKey fedInfoKey,
String providerID)
Removes Account's federation Info in data store for given providerID
in fedInfo object.
|
void |
FSAccountManager.removeAccountFedInfoKey(String userID,
FSAccountFedInfoKey fedInfoKey)
Removes Account's federation Info Key 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 | Field and Description |
---|---|
protected FSAccountFedInfoKey |
FSNameRegistrationHandler.newAcctKey |
protected FSAccountFedInfoKey |
FSNameRegistrationHandler.oldAcctKey |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.