|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the methods that a class must implement in order to provide the functionality of creating challenges for the Impostor daemon and verifying responses that come back from users.
| Method Summary | |
java.lang.Object |
getNewChallenge()
The Impostor daemon calls this method in order to get the next challenge for carrying out user authentication. |
boolean |
isValidIdentifier(java.lang.Object identifier)
The Impostor daemon calls this method in order to determine whether or not a given user identifier is valid (known). |
boolean |
verifyResponse(java.lang.Object identifier,
java.lang.Object challenge,
java.lang.Object response)
The Impostor daemon calls this method in order to verify whether or not the response from the user identified by the given identifier matches the given challenge. |
| Method Detail |
public java.lang.Object getNewChallenge()
public boolean isValidIdentifier(java.lang.Object identifier)
public boolean verifyResponse(java.lang.Object identifier,
java.lang.Object challenge,
java.lang.Object response)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||