public interface Initable
| Modifier and Type | Method and Description |
|---|---|
void |
init(Map<String,String> params,
SecurityConfig config)
Initialise the configuration object with the given "init-params".
|
void init(Map<String,String> params, SecurityConfig config)
params - The map of "init-params" extracted from the Seraph config file. This is guaranteed not null.config - The Seraph SecurityConfig class that is initialising the config objects. This object will only be partially initialised at this time.Copyright © 2018 Atlassian. All rights reserved.