Uses of Interface
org.apache.syncope.common.keymaster.client.api.DomainWatcher
-
Packages that use DomainWatcher Package Description org.apache.syncope.common.keymaster.client.zookeeper org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa org.apache.syncope.core.starter -
-
Uses of DomainWatcher in org.apache.syncope.common.keymaster.client.zookeeper
Fields in org.apache.syncope.common.keymaster.client.zookeeper declared as DomainWatcher Modifier and Type Field Description protected DomainWatcher
ZookeeperDomainOps. watcher
-
Uses of DomainWatcher in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as DomainWatcher Modifier and Type Field Description protected DomainWatcher
DomainLogic. domainWatcher
Constructors in org.apache.syncope.core.logic with parameters of type DomainWatcher Constructor Description DomainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory entityFactory, DomainWatcher domainWatcher)
-
Uses of DomainWatcher in org.apache.syncope.core.persistence.jpa
Classes in org.apache.syncope.core.persistence.jpa that implement DomainWatcher Modifier and Type Class Description class
RuntimeDomainLoader
-
Uses of DomainWatcher in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type DomainWatcher Modifier and Type Method Description DomainLogic
SelfKeymasterContext. domainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory, DomainWatcher domainWatcher)
-