Liferay 7.0-ce-b4

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

Packages that use ScreenNameValidator
com.liferay.portal.exception   
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.exception
 

Fields in com.liferay.portal.exception declared as ScreenNameValidator
 ScreenNameValidator UserScreenNameException.MustValidate.screenNameValidator
           
 

Constructors in com.liferay.portal.exception with parameters of type ScreenNameValidator
UserScreenNameException.MustValidate(long userId, String screenName, ScreenNameValidator screenNameValidator)
           
 

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

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


Liferay 7.0-ce-b4