Package org.openiam.esb.am.service.impl
Class AbstractAuthResourceAttributeMapper
- java.lang.Object
-
- org.openiam.esb.am.service.AuthResourceAttributeMapper
-
- org.openiam.esb.am.service.impl.AbstractAuthResourceAttributeMapper
-
public abstract class AbstractAuthResourceAttributeMapper extends AuthResourceAttributeMapper
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Fields inherited from class org.openiam.esb.am.service.AuthResourceAttributeMapper
ctx, user
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthResourceAttributeMapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getAttributeName()
List<String>
mapAttribute()
protected abstract List<String>
mapValue(String value)
-
Methods inherited from class org.openiam.esb.am.service.AuthResourceAttributeMapper
getUser, init
-
-
-
-
Method Detail
-
mapAttribute
public List<String> mapAttribute()
- Specified by:
mapAttribute
in classAuthResourceAttributeMapper
-
getAttributeName
protected abstract String getAttributeName()
-
-