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 AttrReleaseMapper
attrReleaseMapper
protected AttrRepoPropertySourceMapper
attrRepoPropertySourceMapper
protected AuthModulePropertySourceMapper
authModulePropertySourceMapper
protected org.apereo.cas.util.crypto.CipherExecutor<String,String>
configurationCipher
protected static Logger
LOG
protected WARestClient
waRestClient
-
Constructor Summary
Constructors Constructor Description WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper, org.apereo.cas.util.crypto.CipherExecutor<String,String> configurationCipher)
-
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
-
attrReleaseMapper
protected final AttrReleaseMapper attrReleaseMapper
-
-
Constructor Detail
-
WAPropertySourceLocator
public WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper, org.apereo.cas.util.crypto.CipherExecutor<String,String> configurationCipher)
-
-