|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.registry.manage.group.Validator
public final class Validator
Validator provides validation methods for the group manager.
| Constructor Summary | |
|---|---|
private |
Validator()
Default private constructor. |
| Method Summary | |
|---|---|
static boolean |
isValidDisplayName(String displayName)
This returns whether the supplied display name is valid. |
static boolean |
isValidEmailAddress(String emailAddress)
This returns whether the supplied group email address is valid. |
static boolean |
isValidUugid(String uugid)
This returns whether the supplied UUGID is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private Validator()
| Method Detail |
|---|
public static boolean isValidUugid(String uugid)
uugid - String to verify
boolean whether the supplied UUGID is validpublic static boolean isValidDisplayName(String displayName)
displayName - String to verify
boolean whether the supplied display name is validpublic static boolean isValidEmailAddress(String emailAddress)
emailAddress - String to verify
boolean whether the supplied email address is valid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||