public class IOAuth20TaskStub extends org.apache.axis.client.Stub implements IOAuth20Task
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 |
---|
IOAuth20TaskStub() |
IOAuth20TaskStub(javax.xml.rpc.Service service) |
IOAuth20TaskStub(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 IOAuth20TaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IOAuth20TaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IOAuth20TaskStub(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 OAuth20SettingsTO getSettings() throws java.rmi.RemoteException
getSettings
in interface IOAuth20Task
java.rmi.RemoteException
public void deleteSettings() throws java.rmi.RemoteException
deleteSettings
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20ApplicationTO[] getApplications() throws java.rmi.RemoteException
getApplications
in interface IOAuth20Task
java.rmi.RemoteException
public void deleteTokens(java.lang.String[] tokenIDs) throws java.rmi.RemoteException
deleteTokens
in interface IOAuth20Task
java.rmi.RemoteException
public void deleteClient(java.lang.String key) throws java.rmi.RemoteException
deleteClient
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20ClientTO createClient(OAuth20ClientTO clientTo) throws java.rmi.RemoteException
createClient
in interface IOAuth20Task
java.rmi.RemoteException
public void updateClient(OAuth20ClientTO to) throws java.rmi.RemoteException
updateClient
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20ClientTO[] getClients() throws java.rmi.RemoteException
getClients
in interface IOAuth20Task
java.rmi.RemoteException
public void updateApplication(OAuth20ApplicationTO to) throws java.rmi.RemoteException
updateApplication
in interface IOAuth20Task
java.rmi.RemoteException
public void deleteApplication(java.lang.String key) throws java.rmi.RemoteException
deleteApplication
in interface IOAuth20Task
java.rmi.RemoteException
public java.lang.String createApplication(OAuth20ApplicationTO to) throws java.rmi.RemoteException
createApplication
in interface IOAuth20Task
java.rmi.RemoteException
public AuthenticateResourceOwnerResult authenticateResourceOwner(java.lang.String credentialType, NVPair[] credentialValues, java.lang.String applicationKeyID) throws java.rmi.RemoteException
authenticateResourceOwner
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20AccessPointTO[] getOAuthProtectedAccessPoints() throws java.rmi.RemoteException
getOAuthProtectedAccessPoints
in interface IOAuth20Task
java.rmi.RemoteException
public void createOrUpdateSettings(OAuth20SettingsTO toSettings) throws java.rmi.RemoteException
createOrUpdateSettings
in interface IOAuth20Task
java.rmi.RemoteException
public BaseDataTO[] getAuthenticators() throws java.rmi.RemoteException
getAuthenticators
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20GetTokensResult getTokens(OAuthGetTokensCriteria criteria) throws java.rmi.RemoteException
getTokens
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20ApplicationTO getApplication(java.lang.String key) throws java.rmi.RemoteException
getApplication
in interface IOAuth20Task
java.rmi.RemoteException
public OAuth20ClientTO getClient(java.lang.String key) throws java.rmi.RemoteException
getClient
in interface IOAuth20Task
java.rmi.RemoteException