Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Class and Description |
---|---|
private static class |
CreditCardValidator.Amex
Deprecated.
|
private static class |
CreditCardValidator.Discover
Deprecated.
|
private static class |
CreditCardValidator.Mastercard
Deprecated.
|
private static class |
CreditCardValidator.Visa
Deprecated.
Change to support Visa Carte Blue used in France
has been removed - see Bug 35926
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<CreditCardValidator.CreditCardType> |
CreditCardValidator.cardTypes
Deprecated.
The CreditCardTypes that are allowed to pass validation.
|
Modifier and Type | Method and Description |
---|---|
void |
CreditCardValidator.addAllowedCardType(CreditCardValidator.CreditCardType type)
Deprecated.
Adds an allowed CreditCardType that participates in the card
validation algorithm.
|