See: Description
Interface | Description |
---|---|
ClientDetectionInterface |
The
ClientDetectionInterface interface needs to be implemented
by services and applications serving multiple clients, to determine the
client from which the request has originated. |
ClientTypesManager |
Interface that needs to be implemented by external applications inorder to do
some special processing for client management.
|
Class | Description |
---|---|
AuthClient | |
CDMBundle |
Provides methods to get the Locale values from resource bundle for
ClientDetection class. |
Client |
Provides common access to client data.
|
ClientDetectionDefaultImpl |
The
ClientDetectionInterface interface needs to be implemented
by services and applications serving multiple clients, to determine the
client from which the request has originated. |
ClientsManager |
Provides common access to client data.
|
DefaultClientTypesManager |
This class gives out instances of Client object so that it hides the
implementation from clients
|
G11NSettings |
G11NSettings service identifies the list of valid charsets to be used for any
given locale.It is a helper class to identify suitable charset to be used for
a client.
|
Exception | Description |
---|---|
ClientDetectionException |
The
ClientDetectionException class is used to throw exceptions
whenever an error is encountered in detecting client type. |
ClientException |
The
ClientException is thrown to indicate that there is an
error in using the client detection module. |
Using the interfaces and classes provided, services and applications serving multiple clients may provide access to OpenAM's services. Through the implementation, OpenAM determines the client from which the request has originated.
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.