Class SAML2SPEntityDataBinderImpl

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

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

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

      Constructors 
      Constructor Description
      SAML2SPEntityDataBinderImpl​(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.SAML2SPEntity create​(org.apache.syncope.common.lib.to.SAML2SPEntityTO entityTO)  
      org.apache.syncope.common.lib.to.SAML2SPEntityTO getSAML2SPEntityTO​(org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity entity)  
      org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity update​(org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity entity, org.apache.syncope.common.lib.to.SAML2SPEntityTO entityTO)  
    • Field Detail

      • entityFactory

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

      • SAML2SPEntityDataBinderImpl

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

      • create

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

        public org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity update​(org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity entity,
                                                                                      org.apache.syncope.common.lib.to.SAML2SPEntityTO entityTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.SAML2SPEntityDataBinder
      • getSAML2SPEntityTO

        public org.apache.syncope.common.lib.to.SAML2SPEntityTO getSAML2SPEntityTO​(org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity entity)
        Specified by:
        getSAML2SPEntityTO in interface org.apache.syncope.core.provisioning.api.data.SAML2SPEntityDataBinder