Class WAConfigDataBinderImpl

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

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

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

      Constructors 
      Constructor Description
      WAConfigDataBinderImpl​(org.apache.syncope.core.persistence.api.dao.WAConfigDAO waConfigDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)  
    • Field Detail

      • waConfigDAO

        protected final org.apache.syncope.core.persistence.api.dao.WAConfigDAO waConfigDAO
      • entityFactory

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

      • WAConfigDataBinderImpl

        public WAConfigDataBinderImpl​(org.apache.syncope.core.persistence.api.dao.WAConfigDAO waConfigDAO,
                                      org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • get

        public org.apache.syncope.common.lib.Attr get​(org.apache.syncope.core.persistence.api.entity.am.WAConfigEntry waConfigEntry)
        Specified by:
        get in interface org.apache.syncope.core.provisioning.api.data.WAConfigDataBinder
      • set

        public org.apache.syncope.core.persistence.api.entity.am.WAConfigEntry set​(org.apache.syncope.common.lib.Attr attr)
        Specified by:
        set in interface org.apache.syncope.core.provisioning.api.data.WAConfigDataBinder