net.sf.asterisk.manager.response
Class ChallengeResponse

java.lang.Object
  extended by net.sf.asterisk.manager.response.ManagerResponse
      extended by net.sf.asterisk.manager.response.ChallengeResponse
All Implemented Interfaces:
java.io.Serializable

public class ChallengeResponse
extends ManagerResponse

Corresponds to a ChallengeAction and contains the challenge needed to log in using challenge/response.

Version:
$Id: ChallengeResponse.java,v 1.2 2005/02/23 22:50:58 srt Exp $
Author:
srt
See Also:
ChallengeAction, LoginAction, Serialized Form

Constructor Summary
ChallengeResponse()
           
 
Method Summary
 java.lang.String getChallenge()
          Returns the challenge to use when creating the key for log in.
 void setChallenge(java.lang.String challenge)
          Sets the challenge to use when creating the key for log in.
 
Methods inherited from class net.sf.asterisk.manager.response.ManagerResponse
getActionId, getAttribute, getAttributes, getDateReceived, getMessage, getResponse, getUniqueId, setActionId, setAttributes, setDateReceived, setMessage, setResponse, setUniqueId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChallengeResponse

public ChallengeResponse()
Method Detail

getChallenge

public java.lang.String getChallenge()
Returns the challenge to use when creating the key for log in.

See Also:
LoginAction.key

setChallenge

public void setChallenge(java.lang.String challenge)
Sets the challenge to use when creating the key for log in.



Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.