|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.asterisk.manager.action.AbstractManagerAction net.sf.asterisk.manager.action.ChallengeAction
public class ChallengeAction
The ChallengeAction requests a challenge from the server to use when logging in using challenge/response. Sending this action to the asterisk server results in a ChallengeResponse being received from the server.
LoginAction
,
ChallengeResponse
,
Serialized FormConstructor Summary | |
---|---|
ChallengeAction()
Creates a new empty ChallengeAction. |
|
ChallengeAction(java.lang.String authType)
Creates a new ChallengeAction that requests a new login challenge for use with the given digest algorithm. |
Method Summary | |
---|---|
java.lang.String |
getAction()
Returns Returns the name of this action, i.e. |
java.lang.String |
getAuthType()
Returns the digest alogrithm to use. |
void |
setAuthType(java.lang.String authType)
Sets the digest alogrithm to use. |
Methods inherited from class net.sf.asterisk.manager.action.AbstractManagerAction |
---|
getActionId, setActionId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChallengeAction()
public ChallengeAction(java.lang.String authType)
authType
- the digest alogrithm to use.Method Detail |
---|
public java.lang.String getAction()
getAction
in interface ManagerAction
getAction
in class AbstractManagerAction
public java.lang.String getAuthType()
public void setAuthType(java.lang.String authType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |