Class SAML2IdPEntityDataBinderImpl

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.data.SAML2IdPEntityDataBinder

    public class SAML2IdPEntityDataBinderImpl
    extends Object
    implements org.apache.syncope.core.provisioning.api.data.SAML2IdPEntityDataBinder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory  
    • Constructor Summary

      Constructors 
      Constructor Description
      SAML2IdPEntityDataBinderImpl​(org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity create​(org.apache.syncope.common.lib.to.SAML2IdPEntityTO entityTO)  
      org.apache.syncope.common.lib.to.SAML2IdPEntityTO getSAML2IdPEntityTO​(org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity entity)  
      org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity update​(org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity entity, org.apache.syncope.common.lib.to.SAML2IdPEntityTO entityTO)  
    • Field Detail

      • entityFactory

        protected final org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory
    • Constructor Detail

      • SAML2IdPEntityDataBinderImpl

        public SAML2IdPEntityDataBinderImpl​(org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • create

        public org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity create​(org.apache.syncope.common.lib.to.SAML2IdPEntityTO entityTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.SAML2IdPEntityDataBinder
      • update

        public org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity update​(org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity entity,
                                                                                       org.apache.syncope.common.lib.to.SAML2IdPEntityTO entityTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.SAML2IdPEntityDataBinder
      • getSAML2IdPEntityTO

        public org.apache.syncope.common.lib.to.SAML2IdPEntityTO getSAML2IdPEntityTO​(org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity entity)
        Specified by:
        getSAML2IdPEntityTO in interface org.apache.syncope.core.provisioning.api.data.SAML2IdPEntityDataBinder