Uses of Interface
org.apache.syncope.core.persistence.api.entity.OIDCC4UIEntityFactory
-
Packages that use OIDCC4UIEntityFactory Package Description org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.entity org.apache.syncope.core.provisioning.java.data -
-
Uses of OIDCC4UIEntityFactory in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return OIDCC4UIEntityFactory Modifier and Type Method Description OIDCC4UIEntityFactoryOIDCC4UIPersistenceContext. oidcc4UIEntityFactory() -
Uses of OIDCC4UIEntityFactory in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement OIDCC4UIEntityFactory Modifier and Type Class Description classJPAOIDCC4UIEntityFactory -
Uses of OIDCC4UIEntityFactory in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as OIDCC4UIEntityFactory Modifier and Type Field Description protected OIDCC4UIEntityFactoryOIDCC4UIProviderDataBinderImpl. entityFactoryMethods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIEntityFactory Modifier and Type Method Description OIDCC4UIProviderDataBinderOIDCC4UIProvisioningContext. oidcc4UIProviderDataBinder(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIEntityFactory Constructor Description OIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-