Class AttrRepoPropertySourceMapper

  • All Implemented Interfaces:
    org.apache.syncope.common.lib.attr.AttrRepoConf.Mapper

    public class AttrRepoPropertySourceMapper
    extends PropertySourceMapper
    implements org.apache.syncope.common.lib.attr.AttrRepoConf.Mapper
    • Field Detail

    • Constructor Detail

      • AttrRepoPropertySourceMapper

        public AttrRepoPropertySourceMapper​(WARestClient waRestClient)
    • Method Detail

      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO,
                                            org.apache.syncope.common.lib.attr.StubAttrRepoConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.attr.AttrRepoConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO,
                                            org.apache.syncope.common.lib.attr.LDAPAttrRepoConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.attr.AttrRepoConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO,
                                            org.apache.syncope.common.lib.attr.JDBCAttrRepoConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.attr.AttrRepoConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO,
                                            org.apache.syncope.common.lib.attr.SyncopeAttrRepoConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.attr.AttrRepoConf.Mapper