Uses of Interface
org.apache.syncope.core.provisioning.api.data.PolicyDataBinder
-
-
Uses of PolicyDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as PolicyDataBinder Modifier and Type Field Description protected PolicyDataBinderPolicyLogic. binderMethods in org.apache.syncope.core.logic with parameters of type PolicyDataBinder Modifier and Type Method Description PolicyLogicIdRepoLogicContext. policyLogic(PolicyDataBinder binder, PolicyDAO policyDAO, PolicyUtilsFactory policyUtilsFactory)Constructors in org.apache.syncope.core.logic with parameters of type PolicyDataBinder Constructor Description PolicyLogic(PolicyDAO policyDAO, PolicyDataBinder binder, PolicyUtilsFactory policyUtilsFactory) -
Uses of PolicyDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return PolicyDataBinder Modifier and Type Method Description PolicyDataBinderProvisioningContext. policyDataBinder(EntityFactory entityFactory, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO)Methods in org.apache.syncope.core.provisioning.java with parameters of type PolicyDataBinder Modifier and Type Method Description WAClientAppDataBinderProvisioningContext. waClientAppDataBinder(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO) -
Uses of PolicyDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement PolicyDataBinder Modifier and Type Class Description classPolicyDataBinderImpl -
Uses of PolicyDataBinder in org.apache.syncope.core.provisioning.java.data.wa
Fields in org.apache.syncope.core.provisioning.java.data.wa declared as PolicyDataBinder Modifier and Type Field Description protected PolicyDataBinderWAClientAppDataBinderImpl. policyDataBinderConstructors in org.apache.syncope.core.provisioning.java.data.wa with parameters of type PolicyDataBinder Constructor Description WAClientAppDataBinderImpl(ClientAppDataBinder clientAppDataBinder, PolicyDataBinder policyDataBinder, AuthModuleDataBinder authModuleDataBinder, AuthModuleDAO authModuleDAO)
-