Asterisk-Java

org.asteriskjava.manager.response
Class ChallengeResponse

java.lang.Object
  extended by org.asteriskjava.manager.response.ManagerResponse
      extended by org.asteriskjava.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 458 2006-07-05 22:32:02Z srt $
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 org.asteriskjava.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.


Asterisk-Java

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