|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@TransactionType(value=NOT_SUPPORTED) @SensitiveType(sensitivity=FULL) public interface Authenticator
The Authenticator interface provides a common interface to all Authenticator services.
A registered Authenticator service must implement this interface to provide an authentication service to other applications (in other contexts).
See Runtime Environment Specification, for the Java Card Platform, Connected Edition, chapter 6 for details.
SharedPINAuth
,
SharedPasswordAuth
,
SharedBioTemplateAuth
Method Summary | |
---|---|
boolean |
isValidated()
Returns true if the credentials has been successfully checked since the last card reset or since this authenticator was reset. |
void |
reset()
Resets the validated flag associated with this authenticator. |
Method Detail |
---|
boolean isValidated()
void reset()
If this authenticator's validated flag is set, this method resets the validated flag and resets this authenticator's try counter to the value its try limit. If this authenticator's validated flag is not set, this method does nothing.
A class implementing this interface may typically restrict the use of this method through access control checks.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |