Class AttrRepoPropertySourceMapper
- java.lang.Object
-
- org.apache.syncope.wa.bootstrap.mapping.PropertySourceMapper
-
- org.apache.syncope.wa.bootstrap.mapping.AttrRepoPropertySourceMapper
-
- All Implemented Interfaces:
AttrRepoConf.Mapper
public class AttrRepoPropertySourceMapper extends PropertySourceMapper implements AttrRepoConf.Mapper
-
-
Field Summary
Fields Modifier and Type Field Description protected WARestClient
waRestClient
-
Fields inherited from class org.apache.syncope.wa.bootstrap.mapping.PropertySourceMapper
LOG
-
-
Constructor Summary
Constructors Constructor Description AttrRepoPropertySourceMapper(WARestClient waRestClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
map(AttrRepoTO attrRepoTO, AzureActiveDirectoryAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepoTO, JDBCAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepoTO, LDAPAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepoTO, OktaAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepoTO, StubAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepoTO, SyncopeAttrRepoConf conf)
-
Methods inherited from class org.apache.syncope.wa.bootstrap.mapping.PropertySourceMapper
fill, fill, prefix
-
-
-
-
Field Detail
-
waRestClient
protected final WARestClient waRestClient
-
-
Constructor Detail
-
AttrRepoPropertySourceMapper
public AttrRepoPropertySourceMapper(WARestClient waRestClient)
-
-
Method Detail
-
map
public Map<String,Object> map(AttrRepoTO attrRepoTO, StubAttrRepoConf conf)
- Specified by:
map
in interfaceAttrRepoConf.Mapper
-
map
public Map<String,Object> map(AttrRepoTO attrRepoTO, LDAPAttrRepoConf conf)
- Specified by:
map
in interfaceAttrRepoConf.Mapper
-
map
public Map<String,Object> map(AttrRepoTO attrRepoTO, JDBCAttrRepoConf conf)
- Specified by:
map
in interfaceAttrRepoConf.Mapper
-
map
public Map<String,Object> map(AttrRepoTO attrRepoTO, SyncopeAttrRepoConf conf)
- Specified by:
map
in interfaceAttrRepoConf.Mapper
-
map
public Map<String,Object> map(AttrRepoTO attrRepoTO, AzureActiveDirectoryAttrRepoConf conf)
- Specified by:
map
in interfaceAttrRepoConf.Mapper
-
map
public Map<String,Object> map(AttrRepoTO attrRepoTO, OktaAttrRepoConf conf)
- Specified by:
map
in interfaceAttrRepoConf.Mapper
-
-