|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jscape.inspect.EmailInspectionLevel
Used to control the level of validation performed for an email address.
| Field Summary | |
static int |
DOMAIN_VALIDATION
Checks for valid syntax and internet domain of email address. |
static int |
MX_VALIDATION
Checks for valid syntax, internet domain and valid mail server of email address. |
static int |
SYNTAX_VALIDATION
Checks for valid syntax of email address. |
static int |
USER_VALIDATION
Checks for valid syntax, internet domain, mail server and user account of email address. |
| Method Summary | |
int |
getLevel()
Gets current inspection level. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SYNTAX_VALIDATION
public static final int DOMAIN_VALIDATION
public static final int MX_VALIDATION
public static final int USER_VALIDATION
| Method Detail |
public int getLevel()
SYNTAX_VALIDATION,
DOMAIN_VALIDATION,
MX_VALIDATION,
USER_VALIDATION
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||