ConfigParserpublic interface ConfigParser ConfigFile relies on a ConfigParser to read
the module configuration.
The ConfigParser is expected to parse that information
into the HashMap described below. |
Methods Summary |
---|
public java.util.HashMap | getConfigMap()Get the module configuration information.
The information is returned as a HashMap.
The key is an intercept:
The value is a ConfigFile.InterceptEntry, which contains:
- default provider ID
- default type (client or server)
- HashMap, where
key = provider ID
value = ConfigFile.IDEntry
An IDEntry contains:
- type (client or server)
- default requestPolicy
- default responsePolicy
- ArrayList javax.security.auth.login.AppConfigurationEntry (modules)
|
|