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