Package org.apache.syncope.wa.bootstrap
Class WAPropertySourceLocator
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.WAPropertySourceLocator
-
-
Field Summary
Fields Modifier and Type Field Description protected AttrRepoPropertySourceMapper
attrRepoPropertySourceMapper
protected AuthModulePropertySourceMapper
authModulePropertySourceMapper
protected static Logger
LOG
protected WARestClient
waRestClient
-
Constructor Summary
Constructors Constructor Description WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>
index(Map<String,Object> map, Map<String,Integer> prefixes)
PropertySource<?>
locate(Environment environment)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
waRestClient
protected final WARestClient waRestClient
-
authModulePropertySourceMapper
protected final AuthModulePropertySourceMapper authModulePropertySourceMapper
-
attrRepoPropertySourceMapper
protected final AttrRepoPropertySourceMapper attrRepoPropertySourceMapper
-
-
Constructor Detail
-
WAPropertySourceLocator
public WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper)
-
-