validateConfiguration(Map< String, String >) method

Validates internal configuration and returns the configuration problems.

Syntax

Map< String, List< ConfigurationProblem > > validateConfiguration ( Map< String, String > internalConfiguration ) throws SecException

Parameters

Returns

Map containing the set of all validation errors associated with each provider ID. The key should be the provider ID and the corresponding value should be a list of ConfigurationProblem's associated with that provider.

Usage

Map containing the set of all validation errors associated with each provider ID. The key should be the provider ID and the corresponding value should be a list of ConfigurationProblem's associated with that provider.