public class ConfigXMLParser extends Object implements ConfigParser
Constructor and Description |
---|
ConfigXMLParser() |
Modifier and Type | Method and Description |
---|---|
Map |
getConfigMap()
Get the module configuration information.
|
Set<String> |
getLayersWithDefault()
Get the name of layers with default set in domain.xml.
|
void |
initialize(List<org.glassfish.appclient.client.acc.config.MessageSecurityConfig> msgConfigs) |
void |
initialize(Object config)
Initialize the parser.
|
public ConfigXMLParser() throws IOException
IOException
public void initialize(List<org.glassfish.appclient.client.acc.config.MessageSecurityConfig> msgConfigs) throws IOException
IOException
public Map getConfigMap()
ConfigParser
The key is an intercept:
The value is a AuthConfigImpl.InterceptEntry, which contains:
An IDEntry contains:
getConfigMap
in interface ConfigParser
public Set<String> getLayersWithDefault()
ConfigParser
getLayersWithDefault
in interface ConfigParser
public void initialize(Object config) throws IOException
ConfigParser
initialize
in interface ConfigParser
IOException
Copyright © 2018. All rights reserved.