class AkentiInit

This class provides static methods to configure the akenti system.

Public Methods

[more]static bool init (const string& confFile, string& message)
Loads the system Properties.
[more]static bool init (string& message)
Installs a security provider if it has not already be installed.


Documentation

This class provides static methods to configure the akenti system.

ostatic bool init(const string& confFile, string& message)
Loads the system Properties. Installs a security provider if it has not already be installed.
Loads the server's credentials if securiry is on.
Sets the external cache if caching is on.
Loads the resource/policy mappings.

Parameters:
confFile - string the pathname of the Akenti configuration file
message - string out parameter to store the status of this call
Returns:
true if successful false otherwise
See Also:
init(string&)

ostatic bool init(string& message)
Installs a security provider if it has not already be installed.
Loads the server's credentials if securiry is on.
Sets the external cache if caching is on.
Loads the resource/policy mappings.

This call assumes that the system properties have already been loaded.

Parameters:
message - string out parameter to store the status of this call
Returns:
true if successful false otherwise
See Also:
Provider
ServerContext
ExternalCache


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.