Uses of Interface
org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder
-
Packages that use AnyTypeDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of AnyTypeDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyTypeDataBinder Modifier and Type Field Description protected AnyTypeDataBinder
AnyTypeLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type AnyTypeDataBinder Modifier and Type Method Description AnyTypeLogic
IdRepoLogicContext. anyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO)
Constructors in org.apache.syncope.core.logic with parameters of type AnyTypeDataBinder Constructor Description AnyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO)
-
Uses of AnyTypeDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return AnyTypeDataBinder Modifier and Type Method Description AnyTypeDataBinder
ProvisioningContext. anyTypeDataBinder(EntityFactory entityFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, AccessTokenDAO accessTokenDAO)
-
Uses of AnyTypeDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement AnyTypeDataBinder Modifier and Type Class Description class
AnyTypeDataBinderImpl
-