public interface ConfigParser
The ConfigParser is expected to parse that information into the HashMap described below.
| 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 config)
Initialize the parser.
|
void initialize(Object config) throws IOException
IOExceptionMap<String,GFServerConfigProvider.InterceptEntry> getConfigMap()
The key is an intercept:
The value is a AuthConfigImpl.InterceptEntry, which contains:
An IDEntry contains:
Copyright © 2019. All rights reserved.