com.liferay.portal.security.ldap
Class DefaultAttributesTransformer

java.lang.Object
  extended by com.liferay.portal.security.ldap.DefaultAttributesTransformer
All Implemented Interfaces:
AttributesTransformer

public class DefaultAttributesTransformer
extends java.lang.Object
implements AttributesTransformer

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DefaultAttributesTransformer()
           
 
Method Summary
 javax.naming.directory.Attributes transformGroup(javax.naming.directory.Attributes attributes)
           
 javax.naming.directory.Attributes transformUser(javax.naming.directory.Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAttributesTransformer

public DefaultAttributesTransformer()
Method Detail

transformGroup

public javax.naming.directory.Attributes transformGroup(javax.naming.directory.Attributes attributes)
Specified by:
transformGroup in interface AttributesTransformer

transformUser

public javax.naming.directory.Attributes transformUser(javax.naming.directory.Attributes attributes)
Specified by:
transformUser in interface AttributesTransformer