Uses of Interface
org.apache.syncope.core.provisioning.api.data.RealmDataBinder
-
-
Uses of RealmDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as RealmDataBinder Modifier and Type Field Description protected RealmDataBinderRealmLogic. binderMethods in org.apache.syncope.core.logic with parameters of type RealmDataBinder Modifier and Type Method Description RealmLogicIdRepoLogicContext. realmLogic(RealmDataBinder binder, RealmDAO realmDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor)Constructors in org.apache.syncope.core.logic with parameters of type RealmDataBinder Constructor Description RealmLogic(RealmDAO realmDAO, AnySearchDAO searchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) -
Uses of RealmDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return RealmDataBinder Modifier and Type Method Description RealmDataBinderProvisioningContext. realmDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO) -
Uses of RealmDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement RealmDataBinder Modifier and Type Class Description classRealmDataBinderImpl -
Uses of RealmDataBinder in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as RealmDataBinder Modifier and Type Field Description protected RealmDataBinderAbstractRealmResultHandler. binder
-