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:
AuthModuleConf.Mapper
public class AuthModulePropertySourceMapper extends PropertySourceMapper implements AuthModuleConf.Mapper
-
-
Field Summary
Fields Modifier and Type Field Description protected WARestClient
waRestClient
-
Fields inherited from class org.apache.syncope.wa.bootstrap.PropertySourceMapper
LOG
-
-
Constructor Summary
Constructors Constructor Description AuthModulePropertySourceMapper(WARestClient waRestClient)
-
Method Summary
-
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(AuthModuleTO authModuleTO, StaticAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, LDAPAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, JDBCAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, JaasAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, OIDCAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, OAuth20AuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, SAML2IdPAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, SyncopeAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, GoogleMfaAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, DuoMfaAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, U2FAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, SimpleMfaAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
map
public Map<String,Object> map(AuthModuleTO authModuleTO, AzureAuthModuleConf conf)
- Specified by:
map
in interfaceAuthModuleConf.Mapper
-
-