Interface AttrRepoConf.Mapper
-
- All Known Implementing Classes:
AttrRepoPropertySourceMapper
- Enclosing interface:
- AttrRepoConf
public static interface AttrRepoConf.Mapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
map(AttrRepoTO attrRepo, AzureActiveDirectoryAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepo, JDBCAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepo, LDAPAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepo, OktaAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepo, StubAttrRepoConf conf)
Map<String,Object>
map(AttrRepoTO attrRepo, SyncopeAttrRepoConf conf)
-
-
-
Method Detail
-
map
Map<String,Object> map(AttrRepoTO attrRepo, StubAttrRepoConf conf)
-
map
Map<String,Object> map(AttrRepoTO attrRepo, LDAPAttrRepoConf conf)
-
map
Map<String,Object> map(AttrRepoTO attrRepo, JDBCAttrRepoConf conf)
-
map
Map<String,Object> map(AttrRepoTO attrRepo, SyncopeAttrRepoConf conf)
-
map
Map<String,Object> map(AttrRepoTO attrRepo, AzureActiveDirectoryAttrRepoConf conf)
-
map
Map<String,Object> map(AttrRepoTO attrRepo, OktaAttrRepoConf conf)
-
-