Package org.apache.syncope.wa.bootstrap
Class AuthModulePropertySourceMapper
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.PropertySourceMapper
-
- org.apache.syncope.wa.bootstrap.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
-
-
Field Summary
Fields Modifier and Type Field Description protected WARestClientwaRestClient-
Fields inherited from class org.apache.syncope.wa.bootstrap.PropertySourceMapper
LOG
-
-
Constructor Summary
Constructors Constructor Description AuthModulePropertySourceMapper(WARestClient waRestClient)
-
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)-
Methods inherited from class org.apache.syncope.wa.bootstrap.PropertySourceMapper
fill, fill, prefix
-
-
-
-
Field Detail
-
waRestClient
protected final WARestClient waRestClient
-
-
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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.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:
mapin interfaceorg.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
-
-