AbstractBootstrapConfiguration class

Abstract class providing core configuration provider services.

Syntax

public class AbstractBootstrapConfiguration

Derived classes

Remarks

These services come in the form of bootstrapping capabilities based upon system properties that contain references to property files. Unlike many of the common security framework functions, each configuration provider must call the automaticBootstrap method in their constructor to take advantage of the system-property defined bootstrapping capabilities. Simply including this base class in the inheritance hierarchy does NOT enable the automatic bootstrapping.