Liferay 7.0-ce-b4

com.liferay.portal.security.auth
Interface ScreenNameValidator

All Known Implementing Classes:
DefaultScreenNameValidator, LiberalScreenNameValidator

public interface ScreenNameValidator


Method Summary
 String getAUIValidatorJS()
           
 String getDescription(Locale locale)
           
 boolean validate(long companyId, String screenName)
           
 

Method Detail

getAUIValidatorJS

String getAUIValidatorJS()

getDescription

String getDescription(Locale locale)

validate

boolean validate(long companyId,
                 String screenName)

Liferay 7.0-ce-b4