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 PolicyDataBinder
PolicyLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type PolicyDataBinder Modifier and Type Method Description PolicyLogic
IdRepoLogicContext. 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 PolicyDataBinder
ProvisioningContext. 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 WAClientAppDataBinder
ProvisioningContext. 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 class
PolicyDataBinderImpl
-
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 PolicyDataBinder
WAClientAppDataBinderImpl. policyDataBinder
Constructors 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)
-