com.liferay.portal.security.auth
Interface ScreenNameGenerator

All Known Implementing Classes:
DefaultScreenNameGenerator

public interface ScreenNameGenerator

View Source

Author:
Brian Wing Shun Chan, Alexander Chow

Method Summary
 java.lang.String generate(long companyId, long userId, java.lang.String emailAddress)
           
 

Method Detail

generate

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