com.liferay.portal.security.auth
Class ScreenNameGenerator

java.lang.Object
  extended bycom.liferay.portal.security.auth.ScreenNameGenerator

public class ScreenNameGenerator
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ScreenNameGenerator()
           
 
Method Summary
 java.lang.String generate(long companyId, long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenNameGenerator

public ScreenNameGenerator()
Method Detail

generate

public java.lang.String generate(long companyId,
                                 long userId)
                          throws java.lang.Exception
Throws:
java.lang.Exception