public interface ClientTypesManager
AMConfig.properties
. The
property to set is com.iplanet.ClientTypesManagerImpl
.Modifier and Type | Method and Description |
---|---|
Map |
getAllClientInstances()
Gets all client instance as Map.
|
Set |
getAllClientTypes()
Get names of all client types
|
Client |
getClientInstance(String clientType)
Gets client object for specified client type.
|
Client |
getClientInstance(String clientType,
SSOToken token)
Gets client object for specified client type with specified token
|
Map |
getClientTypeData(String clientType)
Returns properties of the requested client type
|
String |
getDefaultClientType()
Gets default client type name
|
void |
initManager()
Initializes the
ClientTypesManager . |
void |
setDirty(String clientType,
Map data)
Updates client data.
|
void |
store(SSOToken token)
Save changed to persistent store.
|
void |
updateClientData()
Reload all Client data.
|
void initManager()
ClientTypesManager
.Map getAllClientInstances()
Client getClientInstance(String clientType)
clientType
- requested client type.Client getClientInstance(String clientType, SSOToken token)
clientType
- requested client typetoken
- SSO TokenMap getClientTypeData(String clientType)
clientType
- requested client typeString getDefaultClientType()
Set getAllClientTypes()
void updateClientData() throws ClientException
ClientException
- if having problem update client datavoid store(SSOToken token) throws SMSException, SSOException
token
- single sign on Token of the caller.SSOException
- if the token is not valid.SMSException
- if having problem saving changes.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.