SecConfiguration2 interface

The interface that describes the configuration interface for CSI.

Syntax

public interface SecConfiguration2

Derived classes

Remarks

Concrete classes implementing this interface should also provide a public, blank constructor in order to make themselves available to the default configuration provider instantiation capabilities. This constructor may optionally throw a SecException object in the event of an error.

Although the API contract specifies it should be implemented, in reality the SecConfiguration.getConfiguration() method will never be called by the CSI factory. Instead the new SecConfiguration2.getConfiguration(Map) will always be called instead.

Providers implementing this interface may also optionally implement the ProviderInfo interface to expose additional provider information.