Package com.iplanet.services.cdm

Provides the classes for implementing services and applications serving multiple clients to Sun Java System Identity Server.

See:
          Description

Interface Summary
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 Summary
CDMBundle Provides methods to get the Locale values from resource bundle for ClientDetection class.
Client Provides common access to client data.
ClientsManager Provides common access to client data.
DefaultClientTypesManager  
 

Exception Summary
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.
 

Package com.iplanet.services.cdm Description

Provides the classes for implementing services and applications serving multiple clients to Sun Java System Identity Server. Using the interfaces and classes provided, services and applications serving multiple clients may provide access to Identity Server's services. Through the implementation, Identity Server determines the client from which the request has originated.