Class AuthModulePropertySourceMapper

  • All Implemented Interfaces:
    org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper

    public class AuthModulePropertySourceMapper
    extends PropertySourceMapper
    implements org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.AzureAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.DuoMfaAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.GoogleMfaAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.JaasAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.JDBCAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.LDAPAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.OAuth20AuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.OIDCAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.SAML2IdPAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.SimpleMfaAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.StaticAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.SyncopeAuthModuleConf conf)  
      Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO, org.apache.syncope.common.lib.auth.U2FAuthModuleConf conf)  
    • Field Detail

    • Constructor Detail

      • AuthModulePropertySourceMapper

        public AuthModulePropertySourceMapper​(WARestClient waRestClient)
    • Method Detail

      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.StaticAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.LDAPAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.JDBCAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.JaasAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.OIDCAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.OAuth20AuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.SAML2IdPAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.SyncopeAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.GoogleMfaAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.DuoMfaAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.U2FAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.SimpleMfaAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
      • map

        public Map<String,​Object> map​(org.apache.syncope.common.lib.to.AuthModuleTO authModuleTO,
                                            org.apache.syncope.common.lib.auth.AzureAuthModuleConf conf)
        Specified by:
        map in interface org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper