Liferay 6.1.2-ce-ga3

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 Object
implements AttributesTransformer


Constructor Summary
DefaultAttributesTransformer()
           
 
Method Summary
 Attributes transformGroup(Attributes attributes)
           
 Attributes transformUser(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 Attributes transformGroup(Attributes attributes)
Specified by:
transformGroup in interface AttributesTransformer

transformUser

public Attributes transformUser(Attributes attributes)
Specified by:
transformUser in interface AttributesTransformer

Liferay 6.1.2-ce-ga3