Package | Description |
---|---|
com.iplanet.services.cdm |
Provides the classes for implementing services and applications
serving multiple clients to OpenAM.
|
org.forgerock.openam.services.cdm |
Modifier and Type | Class and Description |
---|---|
class |
AuthClient |
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.
|
protected Client |
DefaultClientTypesManager.addToClientMap(String ct,
Map cMap)
Add to the userAgentMap, clientTypeMap & ProfilesMap.
|
protected Client |
DefaultClientTypesManager.addToClientMap(String ct,
Map cMap,
boolean addToStyles) |
protected Client |
DefaultClientTypesManager.addToIndexes(String ct,
Map cMap)
Create Client Object & add to all our indexes.
|
protected Client |
DefaultClientTypesManager.addToIndexes(String ct,
Map cMap,
boolean addtoStyles) |
Client |
DefaultClientTypesManager.getClientInstance(String clientType)
Get the clientType from clientTypeMap.
|
Client |
ClientTypesManager.getClientInstance(String clientType)
Gets client object for specified client type.
|
Client |
DefaultClientTypesManager.getClientInstance(String clientType,
SSOToken token) |
Client |
ClientTypesManager.getClientInstance(String clientType,
SSOToken token)
Gets client object for specified client type with specified token
|
static Client |
ClientsManager.getDefaultInstance()
Returns a Client instance for the default client type
|
static Client |
Client.getDefaultInstance()
Deprecated.
Use ClientsManager#getDefaultInstance()
|
static Client |
AuthClient.getDefaultInstance(SSOToken token) |
Client |
DefaultClientTypesManager.getFromUserAgentMap(String ua) |
static Client |
ClientsManager.getInstance(String clientType)
Returns Client instance for a specific client type.
|
static Client |
Client.getInstance(String clientType)
Deprecated.
Use ClientsManager#getInstance(String)
|
protected static Client |
Client.getInstance(String clientType,
SSOToken token)
Deprecated.
Use ClientsManager#getInstance(String)
|
static Client |
AuthClient.getInstance(String clientType,
SSOToken token) |
protected Client |
DefaultClientTypesManager.loadClient(String clientType)
1.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultClientTypesManager.removeFromClientMap(String ct,
Client c)
complements addToClientMap()
|
protected void |
DefaultClientTypesManager.removeFromProfilesMap(String ct,
Client c)
complements storeInProfilesMap
|
protected void |
DefaultClientTypesManager.storeInProfilesMap(Client client)
Adds the client to its appropriate baseProfileMap & styleMap.
|
Modifier and Type | Method and Description |
---|---|
Client |
BasicClientTypesManager.getClientInstance(String clientType)
Gets client object for specified client type.
|
Client |
BasicClientTypesManager.getClientInstance(String clientType,
SSOToken token)
Gets client object for specified client type with specified token
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.