|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.asteriskjava.manager.action.AbstractManagerAction
org.asteriskjava.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 Form| Constructor 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 org.asteriskjava.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 ManagerActiongetAction in class AbstractManagerActionpublic java.lang.String getAuthType()
public void setAuthType(java.lang.String authType)
|
Asterisk-Java | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||