Previous Topic: Authenticating UsersNext Topic: Method 1: Initializing the SDK by Using the Map


Initializing the Authentication SDK

Initialize the Authentication SDK by using the Authentication class in the com.arcot.webfort.authentication.api package. The initialization process caches all the database tables, creates the database pool, and loggers. After initialization, it returns an appropriate message to the calling application.

Note: You cannot apply any configuration changes after you initialize the API. To enable the configuration changes, you must re-initialize the API.

The Authentication class provides two methods to initialize the Authentication SDK.