Uses of Interface
org.apache.syncope.core.provisioning.api.data.AttrRepoDataBinder
-
Packages that use AttrRepoDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of AttrRepoDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AttrRepoDataBinder Modifier and Type Field Description protected AttrRepoDataBinder
AttrRepoLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type AttrRepoDataBinder Modifier and Type Method Description AttrRepoLogic
AMLogicContext. attrRepoLogic(AttrRepoDataBinder binder, AttrRepoDAO attrRepoDAO)
Constructors in org.apache.syncope.core.logic with parameters of type AttrRepoDataBinder Constructor Description AttrRepoLogic(AttrRepoDataBinder binder, AttrRepoDAO attrRepoDAO)
-
Uses of AttrRepoDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return AttrRepoDataBinder Modifier and Type Method Description AttrRepoDataBinder
ProvisioningContext. attrRepoDataBinder(EntityFactory entityFactory)
-
Uses of AttrRepoDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement AttrRepoDataBinder Modifier and Type Class Description class
AttrRepoDataBinderImpl
-