Uses of Interface
org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder
Packages that use AnyTypeDataBinder
Package
Description
-
Uses of AnyTypeDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyTypeDataBinderMethods in org.apache.syncope.core.logic with parameters of type AnyTypeDataBinderModifier and TypeMethodDescriptionIdRepoLogicContext.anyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO, ApplicationEventPublisher publisher) Constructors in org.apache.syncope.core.logic with parameters of type AnyTypeDataBinderModifierConstructorDescriptionAnyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO, ApplicationEventPublisher publisher) -
Uses of AnyTypeDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return AnyTypeDataBinderModifier and TypeMethodDescriptionProvisioningContext.anyTypeDataBinder(EntityFactory entityFactory, SecurityProperties securityProperties, EncryptorManager encryptorManager, 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