com.sun.identity.liberty.ws.idpp.plugin
Interface AttributeMapper


public interface AttributeMapper

Class AttributeMapper is an interface for mapping a between a Personal Profile Attribute to an LDAP Attribute.


Method Summary
 String getDSAttribute(String ppAttribute)
          Gets the DS attribute for the PP attribute.
 

Method Detail

getDSAttribute

String getDSAttribute(String ppAttribute)
Gets the DS attribute for the PP attribute.

Parameters:
ppAttribute - PP attribute
Returns:
String LDAP Attribute