public class ConfigDomainParser extends Object implements ConfigParser
Constructor and Description |
---|
ConfigDomainParser() |
Modifier and Type | Method and Description |
---|---|
Map<String,GFServerConfigProvider.InterceptEntry> |
getConfigMap()
Get the module configuration information.
|
Set<String> |
getLayersWithDefault()
Get the name of layers with default set in domain.xml.
|
void |
initialize(Object service)
Initialize the parser.
|
public ConfigDomainParser() throws IOException
IOException
public void initialize(Object service) throws IOException
ConfigParser
initialize
in interface ConfigParser
IOException
public Map<String,GFServerConfigProvider.InterceptEntry> 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
Copyright © 2020. All rights reserved.