Class AuthProfileDataBinderImpl

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

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

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

      Constructors 
      Constructor Description
      AuthProfileDataBinderImpl​(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.AuthProfile create​(org.apache.syncope.common.lib.to.AuthProfileTO authProfileTO)  
      org.apache.syncope.common.lib.to.AuthProfileTO getAuthProfileTO​(org.apache.syncope.core.persistence.api.entity.am.AuthProfile authProfile)  
      org.apache.syncope.core.persistence.api.entity.am.AuthProfile update​(org.apache.syncope.core.persistence.api.entity.am.AuthProfile authProfile, org.apache.syncope.common.lib.to.AuthProfileTO authProfileTO)  
    • Field Detail

      • entityFactory

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

      • AuthProfileDataBinderImpl

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

      • getAuthProfileTO

        public org.apache.syncope.common.lib.to.AuthProfileTO getAuthProfileTO​(org.apache.syncope.core.persistence.api.entity.am.AuthProfile authProfile)
        Specified by:
        getAuthProfileTO in interface org.apache.syncope.core.provisioning.api.data.AuthProfileDataBinder
      • create

        public org.apache.syncope.core.persistence.api.entity.am.AuthProfile create​(org.apache.syncope.common.lib.to.AuthProfileTO authProfileTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.AuthProfileDataBinder
      • update

        public org.apache.syncope.core.persistence.api.entity.am.AuthProfile update​(org.apache.syncope.core.persistence.api.entity.am.AuthProfile authProfile,
                                                                                    org.apache.syncope.common.lib.to.AuthProfileTO authProfileTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.AuthProfileDataBinder