com.liferay.portal.security.ldap
Class InvokerAttributesTransformer

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

public class InvokerAttributesTransformer
extends java.lang.Object
implements AttributesTransformer

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
InvokerAttributesTransformer(AttributesTransformer indexer, java.lang.ClassLoader classLoader)
           
 
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

InvokerAttributesTransformer

public InvokerAttributesTransformer(AttributesTransformer indexer,
                                    java.lang.ClassLoader classLoader)
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