Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Class FullNameGeneratorFactory

java.lang.Object
  extended by com.liferay.portal.security.auth.FullNameGeneratorFactory

public class FullNameGeneratorFactory
extends Object


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

Constructor Detail

FullNameGeneratorFactory

public FullNameGeneratorFactory()
Method Detail

getInstance

public static FullNameGenerator getInstance()

setInstance

public static void setInstance(FullNameGenerator fullNameGenerator)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5