Uses of Class
org.apache.syncope.core.logic.DomainLogic
-
Packages that use DomainLogic Package Description org.apache.syncope.core.keymaster.internal org.apache.syncope.core.keymaster.rest.cxf.service org.apache.syncope.core.starter -
-
Uses of DomainLogic in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as DomainLogic Modifier and Type Field Description protected DomainLogic
SelfKeymasterInternalDomainOps. logic
Constructors in org.apache.syncope.core.keymaster.internal with parameters of type DomainLogic Constructor Description SelfKeymasterInternalDomainOps(DomainLogic logic, KeymasterProperties props)
-
Uses of DomainLogic in org.apache.syncope.core.keymaster.rest.cxf.service
Fields in org.apache.syncope.core.keymaster.rest.cxf.service declared as DomainLogic Modifier and Type Field Description protected DomainLogic
DomainServiceImpl. logic
Constructors in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type DomainLogic Constructor Description DomainServiceImpl(DomainLogic logic)
-
Uses of DomainLogic in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return DomainLogic Modifier and Type Method Description DomainLogic
SelfKeymasterContext. domainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory, DomainWatcher domainWatcher)
Methods in org.apache.syncope.core.starter with parameters of type DomainLogic Modifier and Type Method Description DomainOps
SelfKeymasterContext. domainOps(DomainLogic domainLogic, KeymasterProperties props)
DomainService
SelfKeymasterContext. domainService(DomainLogic domainLogic)
-