Configure CA EEM SDK using the SafeConfigurator class.
Note: You must configure eiam.config before you configure CA EEM SDK. If you do not configure the eiam.config file, the CA EEM SDK is initialized with the following default configuration:
To initialize CA EEM SDK, perform the following process:
SafeConfigurator.getInstance().init(filename);
Where
Specifies the absolute path of the eiam.config file that you have defined for your application.
Note: All the CA EEM SDK operations after this line are logged based on tracing levels of logging in the logger configuration.
m_config.term();
Note: For more information about the SafeConfigurator class, see the Programming Guide.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |