|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.vt.middleware.registry.manage.person.Validator
public final class Validator
Validator provides validation methods for the person manager.
| Constructor Summary | |
|---|---|
private |
Validator()
Default private constructor. |
| Method Summary | |
|---|---|
static boolean |
isValidBannerPidm(String pidm)
This returns whether the supplied Banner PIDM is valid. |
static boolean |
isValidInstantMessagingId(String id)
This returns whether the supplied instant messaging id is valid. |
static boolean |
isValidLabeledUri(String labeledUri)
This returns whether the supplied labeled uri is valid. |
static boolean |
isValidSsn(String ssn)
This returns whether the supplied SSN is valid. |
static boolean |
isValidVtId(String vtid)
This returns whether the supplied VT ID Number 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 isValidSsn(String ssn)
ssn - String to verify
boolean whether the supplied SSN is validpublic static boolean isValidBannerPidm(String pidm)
pidm - String to verify
boolean whether the supplied PIDM is validpublic static boolean isValidVtId(String vtid)
vtid - String to verify
boolean whether the supplied VT ID is validpublic static boolean isValidLabeledUri(String labeledUri)
labeledUri - String to verify
boolean whether the supplied labeled uri is validpublic static boolean isValidInstantMessagingId(String id)
id - String to verify
boolean whether the supplied id is valid
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||