Class OIDCC4UIProviderDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.OIDCC4UIProviderDataBinderImpl
- All Implemented Interfaces:
OIDCC4UIProviderDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeDAOprotected final OIDCC4UIEntityFactoryprotected final ImplementationDAOprotected final IntAttrNameParserprotected static final Loggerprotected final OIDCC4UIProviderDAO -
Constructor Summary
ConstructorsConstructorDescriptionOIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser) -
Method Summary
Modifier and TypeMethodDescriptioncreate(OIDCC4UIProviderTO opTO) protected voidpopulateItems(OIDCC4UIProviderTO opTO, OIDCC4UIProvider op) protected static voidpopulateItems(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:
createin interfaceOIDCC4UIProviderDataBinder
-
populateItems
-
update
- Specified by:
updatein interfaceOIDCC4UIProviderDataBinder
-
populateItems
-
getOIDCProviderTO
- Specified by:
getOIDCProviderTOin interfaceOIDCC4UIProviderDataBinder
-