Liferay 6.2-ce-ga5

com.liferay.portal.security.ldap
Class AttributesTransformerFactory

java.lang.Object
  extended by com.liferay.portal.security.ldap.AttributesTransformerFactory

public class AttributesTransformerFactory
extends Object


Constructor Summary
AttributesTransformerFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
static AttributesTransformer getInstance()
           
static void setInstance(AttributesTransformer attributesTransformer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesTransformerFactory

public AttributesTransformerFactory()
Method Detail

getInstance

public static AttributesTransformer getInstance()

setInstance

public static void setInstance(AttributesTransformer attributesTransformer)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5