Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.security.auth.EmailAddressGenerator

Packages that use EmailAddressGenerator
com.liferay.portal.security.auth This package defines the portal security authentication interfaces, classes, utilities, wrappers, and exceptions. 
 

Uses of EmailAddressGenerator in com.liferay.portal.security.auth
 

Classes in com.liferay.portal.security.auth that implement EmailAddressGenerator
 class DefaultEmailAddressGenerator
           
 

Methods in com.liferay.portal.security.auth that return EmailAddressGenerator
static EmailAddressGenerator EmailAddressGeneratorFactory.getInstance()
           
 

Methods in com.liferay.portal.security.auth with parameters of type EmailAddressGenerator
static void EmailAddressGeneratorFactory.setInstance(EmailAddressGenerator emailAddressGenerator)
           
 


Liferay 6.2-ce-ga5