com.ibm.itim.dataservices.model.system
Class ChallengeAndResponse

java.lang.Object
  extended by com.ibm.itim.dataservices.model.system.ChallengeAndResponse
All Implemented Interfaces:
java.io.Serializable

public class ChallengeAndResponse
extends java.lang.Object
implements java.io.Serializable

Class that represents one challenge question and response combination.

See Also:
Serialized Form

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

ChallengeAndResponse

public ChallengeAndResponse()
Default constructor.

Method Detail

getChallenge

public java.lang.String getChallenge()
Returns the challenge question.

Returns:
String holding the challenge question.

setChallenge

public void setChallenge(java.lang.String challenge)
Changes the challenge question.

Parameters:
challenge - New challenge question (String).

getResponse

public java.lang.String getResponse()
Returns the response to the challenge.

Returns:
String holding the response.

setResponse

public void setResponse(java.lang.String response)
Changes the response to the challenge.

Parameters:
response - New response (String).


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.