Uses of Interface
org.apache.syncope.core.persistence.api.entity.SelfKeymasterEntityFactory
-
-
Uses of SelfKeymasterEntityFactory in org.apache.syncope.core.keymaster.internal
Fields in org.apache.syncope.core.keymaster.internal declared as SelfKeymasterEntityFactory Modifier and Type Field Description protected SelfKeymasterEntityFactoryInternalConfParamHelper. entityFactoryConstructors in org.apache.syncope.core.keymaster.internal with parameters of type SelfKeymasterEntityFactory Constructor Description InternalConfParamHelper(ConfParamDAO confParamDAO, SelfKeymasterEntityFactory entityFactory) -
Uses of SelfKeymasterEntityFactory in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SelfKeymasterEntityFactory Modifier and Type Field Description protected SelfKeymasterEntityFactoryDomainLogic. entityFactoryprotected SelfKeymasterEntityFactoryNetworkServiceLogic. entityFactoryConstructors in org.apache.syncope.core.logic with parameters of type SelfKeymasterEntityFactory Constructor Description DomainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory entityFactory, DomainWatcher domainWatcher)NetworkServiceLogic(NetworkServiceDAO serviceDAO, SelfKeymasterEntityFactory entityFactory) -
Uses of SelfKeymasterEntityFactory in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement SelfKeymasterEntityFactory Modifier and Type Class Description classJPASelfKeymasterEntityFactory -
Uses of SelfKeymasterEntityFactory in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter that return SelfKeymasterEntityFactory Modifier and Type Method Description SelfKeymasterEntityFactorySelfKeymasterContext. selfKeymasterEntityFactory()Methods in org.apache.syncope.core.starter with parameters of type SelfKeymasterEntityFactory Modifier and Type Method Description DomainLogicSelfKeymasterContext. domainLogic(DomainDAO domainDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory, DomainWatcher domainWatcher)InternalConfParamHelperSelfKeymasterContext. internalConfParamHelper(ConfParamDAO confParamDAO, SelfKeymasterEntityFactory entityFactory)NetworkServiceLogicSelfKeymasterContext. networkServiceLogic(NetworkServiceDAO serviceDAO, SelfKeymasterEntityFactory selfKeymasterEntityFactory)
-