Liferay 6.2-ce-ga5

com.liferay.portal.security.auth
Interface ScreenNameGenerator

All Known Implementing Classes:
DefaultScreenNameGenerator

public interface ScreenNameGenerator


Method Summary
 String generate(long companyId, long userId, String emailAddress)
           
 

Method Detail

generate

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

Liferay 6.2-ce-ga5