com.dotmarketing.auth
Class UserIdValidatorImpl

java.lang.Object
  extended by com.liferay.portal.UserIdValidator
      extended by com.dotmarketing.auth.UserIdValidatorImpl
All Implemented Interfaces:
UserIdValidator

public class UserIdValidatorImpl
extends com.liferay.portal.UserIdValidator

This class is called by the UserLocalManagerUtil to validate a userID. It is set in either the portal.properties of liferay's jar or the portal-ext.properties of the dotCMS

Author:
jtesser

Constructor Summary
UserIdValidatorImpl()
           
 
Method Summary
 boolean validate(java.lang.String userId, java.lang.String companyId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIdValidatorImpl

public UserIdValidatorImpl()
Method Detail

validate

public boolean validate(java.lang.String userId,
                        java.lang.String companyId)
Specified by:
validate in interface UserIdValidator
Overrides:
validate in class com.liferay.portal.UserIdValidator


Copyright © 2013 dotCMS Inc. All Rights Reserved.