|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.dataservices.model.system.ChallengeAndResponse
public class ChallengeAndResponse
Class that represents one challenge question and response combination.
| Constructor Summary | |
|---|---|
ChallengeAndResponse()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getChallenge()
Returns the challenge question. |
java.lang.String |
getResponse()
Returns the response to the challenge. |
void |
setChallenge(java.lang.String challenge)
Changes the challenge question. |
void |
setResponse(java.lang.String response)
Changes the response to the challenge. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChallengeAndResponse()
| Method Detail |
|---|
public java.lang.String getChallenge()
public void setChallenge(java.lang.String challenge)
challenge - New challenge question (String).public java.lang.String getResponse()
public void setResponse(java.lang.String response)
response - New response (String).
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||