com.ibm.itim.apps.identity
Class ChallengesAndResponses

java.lang.Object
  |
  +--com.ibm.itim.apps.identity.ChallengesAndResponses

public class ChallengesAndResponses
extends java.lang.Object

ChallengesAndResponses object to hold the challenge/response.


Constructor Summary
ChallengesAndResponses(java.util.Map challengesAndResponses)
          Constructor with challengesAndResponses map as a param.
 
Method Summary
 void addChallengeResponse(java.lang.String challenge, java.lang.String response)
          Adds the challenge/response to the user list.
 java.util.Collection getChallenges()
          Gets the challenges for a user.
 void modifyChallengeResponse(java.lang.String challenge, java.lang.String response)
          Modifies the response of a challenge from the user list.
 void removeChallengeResponse(java.lang.String challenge)
          Removes the challenge/response from the user list.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChallengesAndResponses

public ChallengesAndResponses(java.util.Map challengesAndResponses)
Constructor with challengesAndResponses map as a param.
Method Detail

getChallenges

public java.util.Collection getChallenges()
Gets the challenges for a user.

addChallengeResponse

public void addChallengeResponse(java.lang.String challenge,
                                 java.lang.String response)
Adds the challenge/response to the user list.

modifyChallengeResponse

public void modifyChallengeResponse(java.lang.String challenge,
                                    java.lang.String response)
Modifies the response of a challenge from the user list.

removeChallengeResponse

public void removeChallengeResponse(java.lang.String challenge)
Removes the challenge/response from the user list.