Returns the configuration specified by the selectors.
Syntax
Map< String, String >
getConfiguration
(
Map< String, Object >
selectors
) throws SecException
Parameters
-
selectors –
Map of key/value pairs that dynamically alter the configuration selection
Exceptions
-
SecException class –
if the repository or the configuration identified by the selectors does not exist or if an error occurs trying to read the specified configuration
Usage
For valid selector definitions, please refer to
SecConfiguration2
interface.