public class DaiAuthenticationKeyServiceSoapBindingStub extends org.apache.axis.client.Stub implements DaiAuthenticationKeyServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
DaiAuthenticationKeyServiceSoapBindingStub() |
DaiAuthenticationKeyServiceSoapBindingStub(javax.xml.rpc.Service service) |
DaiAuthenticationKeyServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
DaiAuthenticationKey[] |
createDaiAuthenticationKeys(DaiAuthenticationKey[] daiAuthenticationKeys)
Creates new
DaiAuthenticationKey objects. |
DaiAuthenticationKeyPage |
getDaiAuthenticationKeysByStatement(Statement filterStatement)
Gets a
DaiAuthenticationKeyPage of DaiAuthenticationKey
objects that satisfy
the given Statement.query. |
UpdateResult |
performDaiAuthenticationKeyAction(DaiAuthenticationKeyAction daiAuthenticationKeyAction,
Statement filterStatement)
Performs actions on
DaiAuthenticationKey objects that
match the given Statement.query. |
DaiAuthenticationKey[] |
updateDaiAuthenticationKeys(DaiAuthenticationKey[] daiAuthenticationKeys)
Updates the specified
DaiAuthenticationKey objects. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic DaiAuthenticationKeyServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DaiAuthenticationKeyServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic DaiAuthenticationKeyServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic DaiAuthenticationKey[] createDaiAuthenticationKeys(DaiAuthenticationKey[] daiAuthenticationKeys) throws RemoteException, ApiException
DaiAuthenticationKeyServiceInterfaceDaiAuthenticationKey objects.
The following fields are required:
createDaiAuthenticationKeys in interface DaiAuthenticationKeyServiceInterfacedaiAuthenticationKeys - the DAI authentication keys to createRemoteExceptionApiExceptionpublic DaiAuthenticationKeyPage getDaiAuthenticationKeysByStatement(Statement filterStatement) throws RemoteException, ApiException
DaiAuthenticationKeyServiceInterfaceDaiAuthenticationKeyPage of DaiAuthenticationKey
objects that satisfy
the given Statement.query. The following fields are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
DaiAuthenticationKey.id |
status |
DaiAuthenticationKey.status |
name |
DaiAuthenticationKey.name |
getDaiAuthenticationKeysByStatement in interface DaiAuthenticationKeyServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a list of DAI
authentication keysRemoteExceptionApiExceptionpublic UpdateResult performDaiAuthenticationKeyAction(DaiAuthenticationKeyAction daiAuthenticationKeyAction, Statement filterStatement) throws RemoteException, ApiException
DaiAuthenticationKeyServiceInterfaceDaiAuthenticationKey objects that
match the given Statement.query.
DAI authentication keys cannot be deactivated if there
are active LiveStreamEvents
or Content Sources that are using them.
performDaiAuthenticationKeyAction in interface DaiAuthenticationKeyServiceInterfacedaiAuthenticationKeyAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of live stream
eventsRemoteExceptionApiExceptionpublic DaiAuthenticationKey[] updateDaiAuthenticationKeys(DaiAuthenticationKey[] daiAuthenticationKeys) throws RemoteException, ApiException
DaiAuthenticationKeyServiceInterfaceDaiAuthenticationKey objects.updateDaiAuthenticationKeys in interface DaiAuthenticationKeyServiceInterfacedaiAuthenticationKeys - the video DAI authentication keys to
updateApiException - if there is an error updating the DAI authentication
keysRemoteExceptionCopyright © 2020. All rights reserved.