|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<Operator,OperatorLogin>
com.avaya.conferencing.api.acp.control.operations.OperatorLogin
public final class OperatorLogin
Login an Operator. The username and password fields must be supplied. After an Operator has connected, they may need to establish an EndPoint in order to interact with the other EndPoints on the Connection. There are two ways for an operator to establish an EndPoint:
Operator.getToURI() == getToURI(). The operation will return the new Operator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
Operation.Impact |
getImpact()
Returns the impact of the operation. |
char[] |
getPassword()
Returns the password of this OperatorLogin object. |
java.lang.String |
getToURI()
Returns the desired Operator.getToURI() of the Operator object returned by this OperatorLogin. |
java.lang.String |
getUsername()
Returns the username of this OperatorLogin object. |
Verb |
getVerb()
This gets the verb that describes this operation. |
void |
setPassword(char[] password)
Sets the password of this OperatorLogin object. |
void |
setToURI(java.lang.String toURI)
Sets the desired Operator.getToURI() of the Operator object returned by this OperatorLogin. |
void |
setUsername(java.lang.String username)
Sets the username of this OperatorLogin object. |
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getToURI()
OperatorLogin.
null or "" to accept
any Operator.getToURI()public void setToURI(java.lang.String toURI)
OperatorLogin. There are two ways for an operator to establish an EndPoint:MakeCall on the Operator.Operator with the property that
Operator.getToURI() == getToURI().
toURI - One of the following: null or "" to accept any Operator.getToURI()public java.lang.String getUsername()
@Required public void setUsername(java.lang.String username)
username - the username of this OperatorLogin object.public Operation.Impact getImpact()
public Verb getVerb()
public char[] getPassword()
@Required public void setPassword(char[] password)
password - the password of this OperatorLogin object.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||