Liferay 6.0.5

com.liferay.portal.security.auth
Interface EmailAddressGenerator

All Known Implementing Classes:
DefaultEmailAddressGenerator

public interface EmailAddressGenerator


Method Summary
 String generate(long companyId, long userId)
           
 boolean isFake(String emailAddress)
           
 boolean isGenerated(String emailAddress)
           
 

Method Detail

generate

String generate(long companyId,
                long userId)

isFake

boolean isFake(String emailAddress)

isGenerated

boolean isGenerated(String emailAddress)

Liferay 6.0.5