Uses of Interface
org.apache.syncope.core.provisioning.api.data.DelegationDataBinder
-
Packages that use DelegationDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of DelegationDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as DelegationDataBinder Modifier and Type Field Description protected DelegationDataBinder
DelegationLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type DelegationDataBinder Modifier and Type Method Description DelegationLogic
IdRepoLogicContext. delegationLogic(DelegationDataBinder binder, UserDAO userDAO, DelegationDAO delegationDAO)
Constructors in org.apache.syncope.core.logic with parameters of type DelegationDataBinder Constructor Description DelegationLogic(DelegationDataBinder binder, DelegationDAO delegationDAO, UserDAO userDAO)
-
Uses of DelegationDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return DelegationDataBinder Modifier and Type Method Description DelegationDataBinder
ProvisioningContext. delegationDataBinder(UserDAO userDAO, RoleDAO roleDAO, EntityFactory entityFactory)
-
Uses of DelegationDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement DelegationDataBinder Modifier and Type Class Description class
DelegationDataBinderImpl
-