Package org.apache.syncope.wa.bootstrap
Class WAPropertySourceLocator
java.lang.Object
org.apache.syncope.wa.bootstrap.WAPropertySourceLocator
- All Implemented Interfaces:
org.springframework.cloud.bootstrap.config.PropertySourceLocator
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AttrReleaseMapper
protected final AttrRepoPropertySourceMapper
protected final AuthModulePropertySourceMapper
protected static final Logger
protected final WARestClient
-
Constructor Summary
ConstructorDescriptionWAPropertySourceLocator
(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper, org.apereo.cas.util.crypto.CipherExecutor<String, String> configurationCipher) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.cloud.bootstrap.config.PropertySourceLocator
locateCollection
-
Field Details
-
LOG
-
waRestClient
-
authModulePropertySourceMapper
-
attrRepoPropertySourceMapper
-
attrReleaseMapper
-
configurationCipher
-
-
Constructor Details
-
WAPropertySourceLocator
public WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper, org.apereo.cas.util.crypto.CipherExecutor<String, String> configurationCipher)
-
-
Method Details
-
index
-
locate
- Specified by:
locate
in interfaceorg.springframework.cloud.bootstrap.config.PropertySourceLocator
-