Class OIDCC4UIProviderDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.OIDCC4UIProviderDataBinderImpl
- All Implemented Interfaces:
OIDCC4UIProviderDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AnyTypeDAO
protected final OIDCC4UIEntityFactory
protected final ImplementationDAO
protected final IntAttrNameParser
protected static final Logger
protected final OIDCC4UIProviderDAO
-
Constructor Summary
ConstructorDescriptionOIDCC4UIProviderDataBinderImpl
(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(OIDCC4UIProviderTO opTO) protected void
populateItems
(OIDCC4UIProviderTO opTO, OIDCC4UIProvider op) protected static void
populateItems
(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO) update
(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
-
Field Details
-
LOG
-
anyTypeDAO
-
oidcOPDAO
-
implementationDAO
-
entityFactory
-
intAttrNameParser
-
-
Constructor Details
-
OIDCC4UIProviderDataBinderImpl
public OIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
-
Method Details
-
create
- Specified by:
create
in interfaceOIDCC4UIProviderDataBinder
-
populateItems
-
update
- Specified by:
update
in interfaceOIDCC4UIProviderDataBinder
-
populateItems
-
getOIDCProviderTO
- Specified by:
getOIDCProviderTO
in interfaceOIDCC4UIProviderDataBinder
-