Class StubAttrRepoConf
- java.lang.Object
-
- org.apache.syncope.common.lib.attr.StubAttrRepoConf
-
- All Implemented Interfaces:
Serializable
,AttrRepoConf
,BaseBean
public class StubAttrRepoConf extends Object implements AttrRepoConf
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.attr.AttrRepoConf
AttrRepoConf.Mapper
-
-
Constructor Summary
Constructors Constructor Description StubAttrRepoConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAttributes()
Map<String,Object>
map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)
-
-
-
Method Detail
-
map
public Map<String,Object> map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)
- Specified by:
map
in interfaceAttrRepoConf
-
-