Liferay 7.0-ce-a3

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

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

Uses of FullNameValidator in com.liferay.portal
 

Fields in com.liferay.portal declared as FullNameValidator
 FullNameValidator ContactNameException.MustHaveValidFullName.fullNameValidator
           
 

Constructors in com.liferay.portal with parameters of type FullNameValidator
ContactNameException.MustHaveValidFullName(FullNameValidator fullNameValidator)
           
 

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

Classes in com.liferay.portal.security.auth that implement FullNameValidator
 class DefaultFullNameValidator
           
 


Liferay 7.0-ce-a3