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


public interface AttributeMapper

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


Method Summary
 java.lang.String getDSAttribute(java.lang.String ppAttribute)
          Get the DS attribute for the PP attribute.
 

Method Detail

getDSAttribute

public java.lang.String getDSAttribute(java.lang.String ppAttribute)
Get the DS attribute for the PP attribute.

Parameters:
ppAttribute - PP attribute
Returns:
String LDAP Attribute


Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.