|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.manager.response.ManagerResponse net.sf.asterisk.manager.response.ChallengeResponse
public class ChallengeResponse
Corresponds to a ChallengeAction and contains the challenge needed to log in using challenge/response.
ChallengeAction
,
LoginAction
,
Serialized FormConstructor 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 |
---|
public ChallengeResponse()
Method Detail |
---|
public java.lang.String getChallenge()
LoginAction.key
public void setChallenge(java.lang.String challenge)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |