org.wamblee.usermgt
Interface NameValidator

All Known Implementing Classes:
RegexpNameValidator

public interface NameValidator

Validator of names.

Author:
Erik Brakkee

Method Summary
 void validate(java.lang.String aName)
          Validates a name.
 

Method Detail

validate

void validate(java.lang.String aName)
              throws UserMgtException
Validates a name.

Parameters:
aName - Name
Throws:
UserMgtException - In case the name is invalid.


Copyright © 2010. All Rights Reserved.