| java.lang.Object com.sun.satsa.acl.PINEntryDialog
PINEntryDialog | public PINEntryDialog(SecurityToken token, int action, PINAttributes attr1, PINAttributes attr2) throws InterruptedException(Code) | | Construct PIN dialog.
Parameters: token - security token with the permission to peempt theforeground display Parameters: action - PIN entry operation identifier. Parameters: attr1 - 1st PIN attributes. Parameters: attr2 - 2nd PIN attributes. exception: InterruptedException - if another thread interrupts thecalling thread while this method is waiting to preempt thedisplay. |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | Respond to a command issued on form.
Parameters: c - command activiated by the user Parameters: s - the Displayable the command was on. |
getPINs | public Object[] getPINs()(Code) | | Get the entered values.
null if PIN entry was cancelled by user, otherwise an arraycontaining PIN value(s). |
waitForAnswer | public int waitForAnswer()(Code) | | Waits for the user's answer.
user's answer |
|
|