Class WAClientAppDataBinderImpl

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

    public class WAClientAppDataBinderImpl
    extends Object
    implements org.apache.syncope.core.provisioning.api.data.wa.WAClientAppDataBinder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.syncope.core.persistence.api.dao.AttrRepoDAO attrRepoDAO  
      protected org.apache.syncope.core.persistence.api.dao.AuthModuleDAO authModuleDAO  
      protected org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder authModuleDataBinder  
      protected org.apache.syncope.core.provisioning.api.data.ClientAppDataBinder clientAppDataBinder  
      protected static org.slf4j.Logger LOG  
      protected org.apache.syncope.core.provisioning.api.data.PolicyDataBinder policyDataBinder  
    • Constructor Summary

      Constructors 
      Constructor Description
      WAClientAppDataBinderImpl​(org.apache.syncope.core.provisioning.api.data.ClientAppDataBinder clientAppDataBinder, org.apache.syncope.core.provisioning.api.data.PolicyDataBinder policyDataBinder, org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder authModuleDataBinder, org.apache.syncope.core.persistence.api.dao.AuthModuleDAO authModuleDAO, org.apache.syncope.core.persistence.api.dao.AttrRepoDAO attrRepoDAO)  
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • clientAppDataBinder

        protected final org.apache.syncope.core.provisioning.api.data.ClientAppDataBinder clientAppDataBinder
      • policyDataBinder

        protected final org.apache.syncope.core.provisioning.api.data.PolicyDataBinder policyDataBinder
      • authModuleDataBinder

        protected final org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder authModuleDataBinder
      • authModuleDAO

        protected final org.apache.syncope.core.persistence.api.dao.AuthModuleDAO authModuleDAO
      • attrRepoDAO

        protected final org.apache.syncope.core.persistence.api.dao.AttrRepoDAO attrRepoDAO
    • Constructor Detail

      • WAClientAppDataBinderImpl

        public WAClientAppDataBinderImpl​(org.apache.syncope.core.provisioning.api.data.ClientAppDataBinder clientAppDataBinder,
                                         org.apache.syncope.core.provisioning.api.data.PolicyDataBinder policyDataBinder,
                                         org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder authModuleDataBinder,
                                         org.apache.syncope.core.persistence.api.dao.AuthModuleDAO authModuleDAO,
                                         org.apache.syncope.core.persistence.api.dao.AttrRepoDAO attrRepoDAO)
    • Method Detail

      • getWAClientApp

        public org.apache.syncope.common.lib.wa.WAClientApp getWAClientApp​(org.apache.syncope.core.persistence.api.entity.am.ClientApp clientApp)
        Specified by:
        getWAClientApp in interface org.apache.syncope.core.provisioning.api.data.wa.WAClientAppDataBinder