Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portal.security.auth that implement ScreenNameValidator
 class DefaultScreenNameValidator
           
 class LiberalScreenNameValidator
           
 

Methods in com.liferay.portal.security.auth that return ScreenNameValidator
static ScreenNameValidator ScreenNameValidatorFactory.getInstance()
           
 

Methods in com.liferay.portal.security.auth with parameters of type ScreenNameValidator
static void ScreenNameValidatorFactory.setInstance(ScreenNameValidator screenNameValidator)
           
 


Liferay 6.2-ce-ga5