org.jasig.portal.groups.smartldap
Class SimpleAttributesMapper

java.lang.Object
  extended by org.jasig.portal.groups.smartldap.SimpleAttributesMapper
All Implemented Interfaces:
AttributesMapper

public final class SimpleAttributesMapper
extends Object
implements AttributesMapper


Constructor Summary
SimpleAttributesMapper()
           
 
Method Summary
 Object mapFromAttributes(Attributes attr)
           
 void setGroupNameAttributeName(String groupNameAttributeName)
           
 void setKeyAttributeName(String keyAttributeName)
           
 void setMembershipAttributeName(String membershipAttributeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAttributesMapper

public SimpleAttributesMapper()
Method Detail

mapFromAttributes

public Object mapFromAttributes(Attributes attr)
Specified by:
mapFromAttributes in interface AttributesMapper

setKeyAttributeName

public void setKeyAttributeName(String keyAttributeName)

setGroupNameAttributeName

public void setGroupNameAttributeName(String groupNameAttributeName)

setMembershipAttributeName

public void setMembershipAttributeName(String membershipAttributeName)


Copyright © 2010 Jasig. All Rights Reserved.