|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CPAuthentication | |
|---|---|
| com.avaya.conferencing.api.acp.control | The Avaya Conferencing Provider Interface API. |
| com.avaya.conferencing.api.acp.control.operations | Operations supported by the Avaya Conferencing Provider Interface. |
| Uses of CPAuthentication in com.avaya.conferencing.api.acp.control |
|---|
| Subinterfaces of CPAuthentication in com.avaya.conferencing.api.acp.control | |
|---|---|
interface |
CPEndPointAuthentication
A CPAuthentication which is tied to an EndPoint. |
| Classes in com.avaya.conferencing.api.acp.control that implement CPAuthentication | |
|---|---|
class |
Connection
A connection to an Avaya Conferencing Provider. |
class |
Operator
Encapsulates an operator. |
| Methods in com.avaya.conferencing.api.acp.control that return types with arguments of type CPAuthentication | |
|---|---|
abstract java.util.Set<java.lang.Class<? extends CPAuthentication>> |
Connection.getAuthentications()
Returns the authentications that are supported by this connection. |
| Methods in com.avaya.conferencing.api.acp.control with parameters of type CPAuthentication | ||
|---|---|---|
|
ConferencingObject.executeAs(CPAuthentication authentication,
OP operation)
Executes the operation using the supplied authentication. |
|
java.util.Set<Verb> |
ConferencingObject.getAllVerbsAs(CPAuthentication authentication)
Returns all possible verbs that the specified authentication could be allowed to execute against this ConferencingObject instance. |
|
java.util.Set<Verb> |
ConferencingObject.getVerbsAs(CPAuthentication authentication)
Returns the verbs that the specified authentication is allowed to execute against this ConferencingObject instance. |
|
abstract boolean |
MediaResourcePool.isPermitted(CPAuthentication authentication)
Tells the caller whether this MediaResourcePool is permitted for use by the specified CPAuthentication |
|
| Method parameters in com.avaya.conferencing.api.acp.control with type arguments of type CPAuthentication | |
|---|---|
abstract java.util.Set<Verb> |
Connection.getAllVerbsAs(java.lang.Class<? extends ConferencingObject<?>> childClass,
java.lang.Class<? extends CPAuthentication> authClass)
Returns all possible verbs that the specified type of authentication could be allowed to execute against the specified type of ConferencingObject. |
java.util.Set<Verb> |
ConferencingObject.getAllVerbsAs(java.lang.Class<? extends CPAuthentication> clazz)
Returns all possible verbs that the specified type of authentication could be allowed to execute against this ConferencingObject instance. |
abstract java.util.Set<State> |
Connection.getDefaultEndPointStates(java.lang.Class<? extends CPAuthentication> clazz)
Returns the set of States that an EndPoint, with the supplied authentication class, will have by default or null if the supplied authentication is not associated with an EndPoint (i.e. |
| Uses of CPAuthentication in com.avaya.conferencing.api.acp.control.operations |
|---|
| Methods in com.avaya.conferencing.api.acp.control.operations with parameters of type CPAuthentication | |
|---|---|
BulkOperation<RESULT> |
BulkOperation.performAs(CPAuthentication authentication)
Submits the operation against all the targets using a specific authentication. |
|
Avaya Conferencing Provider API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||