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.AxisFault
public IOAuth10TaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IOAuth10TaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private 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.RemoteException
public OAuth10SettingsTO getSettings() throws java.rmi.RemoteException
getSettings
in interface IOAuth10Task
java.rmi.RemoteException
public void deleteSettings() throws java.rmi.RemoteException
deleteSettings
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10ApplicationTO[] getApplications() throws java.rmi.RemoteException
getApplications
in interface IOAuth10Task
java.rmi.RemoteException
public void deleteTokens(java.lang.String[] tokenIDs) throws java.rmi.RemoteException
deleteTokens
in interface IOAuth10Task
java.rmi.RemoteException
public void deleteClient(java.lang.String key) throws java.rmi.RemoteException
deleteClient
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10ClientTO createClient(OAuth10ClientTO clientTo) throws java.rmi.RemoteException
createClient
in interface IOAuth10Task
java.rmi.RemoteException
public void updateClient(OAuth10ClientTO to) throws java.rmi.RemoteException
updateClient
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10ClientTO[] getClients() throws java.rmi.RemoteException
getClients
in interface IOAuth10Task
java.rmi.RemoteException
public void updateApplication(OAuth10ApplicationTO to) throws java.rmi.RemoteException
updateApplication
in interface IOAuth10Task
java.rmi.RemoteException
public void deleteApplication(java.lang.String key) throws java.rmi.RemoteException
deleteApplication
in interface IOAuth10Task
java.rmi.RemoteException
public java.lang.String createApplication(OAuth10ApplicationTO to) throws java.rmi.RemoteException
createApplication
in interface IOAuth10Task
java.rmi.RemoteException
public AuthenticateResourceOwnerResult authenticateResourceOwner(java.lang.String credentialType, NVPair[] credentialValues, java.lang.String applicationKeyID) throws java.rmi.RemoteException
authenticateResourceOwner
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10AccessPointTO[] getOAuthProtectedAccessPoints() throws java.rmi.RemoteException
getOAuthProtectedAccessPoints
in interface IOAuth10Task
java.rmi.RemoteException
public void createOrUpdateSettings(OAuth10SettingsTO toSettings) throws java.rmi.RemoteException
createOrUpdateSettings
in interface IOAuth10Task
java.rmi.RemoteException
public BaseDataTO[] getAuthenticators() throws java.rmi.RemoteException
getAuthenticators
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10GetTokensResult getTokens(OAuthGetTokensCriteria criteria) throws java.rmi.RemoteException
getTokens
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10ApplicationTO getApplication(java.lang.String key) throws java.rmi.RemoteException
getApplication
in interface IOAuth10Task
java.rmi.RemoteException
public OAuth10ClientTO getClient(java.lang.String key) throws java.rmi.RemoteException
getClient
in interface IOAuth10Task
java.rmi.RemoteException