Class SAML2SP4UIIdPDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.SAML2SP4UIIdPDataBinderImpl
- All Implemented Interfaces:
SAML2SP4UIIdPDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnyTypeDAOprotected final SAML2SP4UIEntityFactoryprotected final SAML2SP4UIIdPDAOprotected final ImplementationDAOprotected final IntAttrNameParserprotected static final Logger -
Constructor Summary
ConstructorsConstructorDescriptionSAML2SP4UIIdPDataBinderImpl(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser) -
Method Summary
Modifier and TypeMethodDescriptioncreate(SAML2SP4UIIdPTO idpTO) getIdPTO(SAML2SP4UIIdP idp) protected voidpopulateItems(SAML2SP4UIIdPTO idpTO, SAML2SP4UIIdP idp) protected voidpopulateItems(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO) update(SAML2SP4UIIdP idp, SAML2SP4UIIdPTO idpTO)
-
Field Details
-
LOG
-
anyTypeDAO
-
idapDAO
-
implementationDAO
-
entityFactory
-
intAttrNameParser
-
-
Constructor Details
-
SAML2SP4UIIdPDataBinderImpl
public SAML2SP4UIIdPDataBinderImpl(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
-
Method Details
-
create
- Specified by:
createin interfaceSAML2SP4UIIdPDataBinder
-
populateItems
-
update
- Specified by:
updatein interfaceSAML2SP4UIIdPDataBinder
-
populateItems
-
getIdPTO
- Specified by:
getIdPTOin interfaceSAML2SP4UIIdPDataBinder
-