public class IOAuth10TaskStub extends org.apache.axis.client.Stub implements IOAuth10Task
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IOAuth10TaskStub() |
IOAuth10TaskStub(javax.xml.rpc.Service service) |
IOAuth10TaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IOAuth10TaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IOAuth10TaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IOAuth10TaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic OAuth10SettingsTO getSettings() throws java.rmi.RemoteException
getSettings in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void deleteSettings()
throws java.rmi.RemoteException
deleteSettings in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10ApplicationTO[] getApplications() throws java.rmi.RemoteException
getApplications in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void deleteTokens(java.lang.String[] tokenIDs)
throws java.rmi.RemoteException
deleteTokens in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void deleteClient(java.lang.String key)
throws java.rmi.RemoteException
deleteClient in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10ClientTO createClient(OAuth10ClientTO clientTo) throws java.rmi.RemoteException
createClient in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void updateClient(OAuth10ClientTO to) throws java.rmi.RemoteException
updateClient in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10ClientTO[] getClients() throws java.rmi.RemoteException
getClients in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void updateApplication(OAuth10ApplicationTO to) throws java.rmi.RemoteException
updateApplication in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void deleteApplication(java.lang.String key)
throws java.rmi.RemoteException
deleteApplication in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic java.lang.String createApplication(OAuth10ApplicationTO to) throws java.rmi.RemoteException
createApplication in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic AuthenticateResourceOwnerResult authenticateResourceOwner(java.lang.String credentialType, NVPair[] credentialValues, java.lang.String applicationKeyID) throws java.rmi.RemoteException
authenticateResourceOwner in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10AccessPointTO[] getOAuthProtectedAccessPoints() throws java.rmi.RemoteException
getOAuthProtectedAccessPoints in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic void createOrUpdateSettings(OAuth10SettingsTO toSettings) throws java.rmi.RemoteException
createOrUpdateSettings in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic BaseDataTO[] getAuthenticators() throws java.rmi.RemoteException
getAuthenticators in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10GetTokensResult getTokens(OAuthGetTokensCriteria criteria) throws java.rmi.RemoteException
getTokens in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10ApplicationTO getApplication(java.lang.String key) throws java.rmi.RemoteException
getApplication in interface IOAuth10Taskjava.rmi.RemoteExceptionpublic OAuth10ClientTO getClient(java.lang.String key) throws java.rmi.RemoteException
getClient in interface IOAuth10Taskjava.rmi.RemoteException