Class ZookeeperDomainOps
java.lang.Object
org.apache.syncope.common.keymaster.client.zookeeper.ZookeeperDomainOps
- All Implemented Interfaces:
DomainOps
,InitializingBean
Implements
DomainOps
via Apache Curator / Zookeeper.-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.curator.framework.CuratorFramework
protected static final String
protected static final Logger
protected static final JsonMapper
protected DomainWatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustPoolSize
(String key, int poolMaxActive, int poolMinIdle) void
protected static String
buildDomainPath
(String... parts) void
changeAdminPassword
(String key, String password, CipherAlgorithm cipherAlgorithm) void
void
void
list()
-
Field Details
-
LOG
-
MAPPER
-
DOMAIN_PATH
- See Also:
-
client
-
watcher
-
-
Constructor Details
-
ZookeeperDomainOps
public ZookeeperDomainOps()
-
-
Method Details
-
buildDomainPath
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
list
-
read
-
create
-
deployed
-
changeAdminPassword
- Specified by:
changeAdminPassword
in interfaceDomainOps
-
adjustPoolSize
- Specified by:
adjustPoolSize
in interfaceDomainOps
-
delete
-