Liferay 6.0.5

com.liferay.portal.security.auth
Class DefaultEmailAddressGenerator

java.lang.Object
  extended by com.liferay.portal.security.auth.DefaultEmailAddressGenerator
All Implemented Interfaces:
EmailAddressGenerator

public class DefaultEmailAddressGenerator
extends Object
implements EmailAddressGenerator


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

Constructor Detail

DefaultEmailAddressGenerator

public DefaultEmailAddressGenerator()
Method Detail

generate

public String generate(long companyId,
                       long userId)
Specified by:
generate in interface EmailAddressGenerator

isFake

public boolean isFake(String emailAddress)
Specified by:
isFake in interface EmailAddressGenerator

isGenerated

public boolean isGenerated(String emailAddress)
Specified by:
isGenerated in interface EmailAddressGenerator

Liferay 6.0.5