Class OIDCC4UIProviderDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.OIDCC4UIProviderDataBinderImpl
-
- All Implemented Interfaces:
OIDCC4UIProviderDataBinder
public class OIDCC4UIProviderDataBinderImpl extends Object implements OIDCC4UIProviderDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected AnyTypeDAO
anyTypeDAO
protected OIDCC4UIEntityFactory
entityFactory
protected ImplementationDAO
implementationDAO
protected IntAttrNameParser
intAttrNameParser
protected static Logger
LOG
protected OIDCC4UIProviderDAO
oidcOPDAO
-
Constructor Summary
Constructors Constructor Description OIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCC4UIProvider
create(OIDCC4UIProviderTO opTO)
OIDCC4UIProviderTO
getOIDCProviderTO(OIDCC4UIProvider op)
protected void
populateItems(OIDCC4UIProviderTO opTO, OIDCC4UIProvider op)
protected static void
populateItems(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
OIDCC4UIProvider
update(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
anyTypeDAO
protected final AnyTypeDAO anyTypeDAO
-
oidcOPDAO
protected final OIDCC4UIProviderDAO oidcOPDAO
-
implementationDAO
protected final ImplementationDAO implementationDAO
-
entityFactory
protected final OIDCC4UIEntityFactory entityFactory
-
intAttrNameParser
protected final IntAttrNameParser intAttrNameParser
-
-
Constructor Detail
-
OIDCC4UIProviderDataBinderImpl
public OIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
-
Method Detail
-
create
public OIDCC4UIProvider create(OIDCC4UIProviderTO opTO)
- Specified by:
create
in interfaceOIDCC4UIProviderDataBinder
-
populateItems
protected void populateItems(OIDCC4UIProviderTO opTO, OIDCC4UIProvider op)
-
update
public OIDCC4UIProvider update(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
- Specified by:
update
in interfaceOIDCC4UIProviderDataBinder
-
populateItems
protected static void populateItems(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
-
getOIDCProviderTO
public OIDCC4UIProviderTO getOIDCProviderTO(OIDCC4UIProvider op)
- Specified by:
getOIDCProviderTO
in interfaceOIDCC4UIProviderDataBinder
-
-