Class AuthModuleDataBinderImpl

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

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

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

      Constructors 
      Constructor Description
      AuthModuleDataBinderImpl​(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.AuthModule create​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)  
      org.apache.syncope.common.lib.to.AuthModuleTO getAuthModuleTO​(org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule)  
      protected void populateItems​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule)  
      protected void populateItems​(org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule, org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)  
      org.apache.syncope.core.persistence.api.entity.am.AuthModule update​(org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule, org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)  
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • entityFactory

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

      • AuthModuleDataBinderImpl

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

      • populateItems

        protected void populateItems​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                     org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule)
      • create

        public org.apache.syncope.core.persistence.api.entity.am.AuthModule create​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder
      • update

        public org.apache.syncope.core.persistence.api.entity.am.AuthModule update​(org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule,
                                                                                   org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder
      • populateItems

        protected void populateItems​(org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule,
                                     org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO)
      • getAuthModuleTO

        public org.apache.syncope.common.lib.to.AuthModuleTO getAuthModuleTO​(org.apache.syncope.core.persistence.api.entity.am.AuthModule authModule)
        Specified by:
        getAuthModuleTO in interface org.apache.syncope.core.provisioning.api.data.AuthModuleDataBinder