Package | Description |
---|---|
com.iplanet.services.cdm |
Provides the classes for implementing services and applications
serving multiple clients to OpenAM.
|
com.iplanet.services.cdm.clientschema |
Modifier and Type | Method and Description |
---|---|
Client |
DefaultClientTypesManager.addClient(SSOToken token,
String clientType,
Map cMap,
boolean store)
Add the new client to internal DB, if store == true, else keep it only in
memory.
|
int |
DefaultClientTypesManager.addClientExternal(SSOToken token,
Map props)
Wrapper methods for add/modify/remove APIs in AMClientCapData.
|
int |
DefaultClientTypesManager.modifyClientExternal(SSOToken token,
Map props) |
int |
DefaultClientTypesManager.removeClientExternal(SSOToken token,
String clientType) |
Modifier and Type | Method and Description |
---|---|
int |
AMClientCapData.addClient(SSOToken token,
Map props)
Add a client.
|
static AMClientCapData |
AMClientCapData.getExternalInstance()
Singleton method to get an external instance
|
static AMClientCapData |
AMClientCapData.getInternalInstance()
Singleton method to get an internal instance
|
int |
AMClientCapData.modifyClient(SSOToken token,
Map props)
Modify the properties of the Client instance in externalDB.
|
int |
AMClientCapData.removeClient(SSOToken token,
String clientType)
Remove a Client - removes the client from the externalDB.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.