|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rsa.authagent.authapi.PinDataImp
public class PinDataImp
Contains the PIN requirements specified in the RSA Authentication Manager.
| Field Summary |
|---|
| Fields inherited from interface com.rsa.authagent.authapi.PinData |
|---|
CANNOT_CHOOSE_PIN, MUST_CHOOSE_PIN, USER_SELECTABLE |
| Constructor Summary | |
|---|---|
PinDataImp(AcePin acePin)
|
|
| Method Summary | |
|---|---|
int |
getMaxPinLength()
Gets the maximum PIN size allowed. |
int |
getMinPinLength()
Gets 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()
True if the PIN is alphanumeric; false if it is numeric only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PinDataImp(AcePin acePin)
| Method Detail |
|---|
public int getMaxPinLength()
getMaxPinLength in interface PinDatapublic int getMinPinLength()
getMinPinLength in interface PinDatapublic java.lang.String getSystemPin()
PinData
getSystemPin in interface PinDataPinData.getSystemPin()public boolean isAlphanumeric()
isAlphanumeric in interface PinDatapublic int getUserSelectable()
PinData
getUserSelectable in interface PinDataCANNOT_CHOOSE_PIN, USER_SELECTABLE,
or MUST_CHOOSE_PINPinData.getUserSelectable()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||