|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PinData
Contains the PIN requirements specified in the Authentication Manager. An application must have this information to prompt the user for a new PIN.
| Field Summary | |
|---|---|
static int |
CANNOT_CHOOSE_PIN
getUserSelectable() returns CANNOT_CHOOSE_PIN if the user
cannot specify the PIN, and must use the system-generated PIN. |
static int |
MUST_CHOOSE_PIN
getUserSelectable() returns MUST_CHOOSE_PIN if the user
must create the PIN, and cannot use a system-generated PIN. |
static int |
USER_SELECTABLE
getUserSelectable() returns USER_SELECTABLE if the user
can either create a PIN or use the system-generated PIN. |
| Method Summary | |
|---|---|
int |
getMaxPinLength()
Obtains the maximum PIN size allowed. |
int |
getMinPinLength()
Obtains the minimum PIN size allowed. |
java.lang.String |
getSystemPin()
Obtains the system generated PIN. |
int |
getUserSelectable()
Determines out if the user must create the PIN, if PINs must be system-generated, or if the user can choose either methods of getting a PIN. |
boolean |
isAlphanumeric()
Determines whether the PIN is alphanumeric or numeric. |
| Field Detail |
|---|
static final int CANNOT_CHOOSE_PIN
CANNOT_CHOOSE_PIN if the user
cannot specify the PIN, and must use the system-generated PIN.
static final int USER_SELECTABLE
USER_SELECTABLE if the user
can either create a PIN or use the system-generated PIN.
static final int MUST_CHOOSE_PIN
MUST_CHOOSE_PIN if the user
must create the PIN, and cannot use a system-generated PIN.
| Method Detail |
|---|
int getMaxPinLength()
int getMinPinLength()
java.lang.String getSystemPin()
boolean isAlphanumeric()
true if the PIN is alphanumeric;
false if it is numeric onlyint getUserSelectable()
CANNOT_CHOOSE_PIN, USER_SELECTABLE,
or MUST_CHOOSE_PIN
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||