public interface IOAuth10Task
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
AuthenticateResourceOwnerResult |
authenticateResourceOwner(java.lang.String credentialType,
NVPair[] credentialValues,
java.lang.String applicationKeyID) |
java.lang.String |
createApplication(OAuth10ApplicationTO to) |
OAuth10ClientTO |
createClient(OAuth10ClientTO clientTo) |
void |
createOrUpdateSettings(OAuth10SettingsTO toSettings) |
void |
deleteApplication(java.lang.String key) |
void |
deleteClient(java.lang.String key) |
void |
deleteSettings() |
void |
deleteTokens(java.lang.String[] tokenIDs) |
OAuth10ApplicationTO |
getApplication(java.lang.String key) |
OAuth10ApplicationTO[] |
getApplications() |
BaseDataTO[] |
getAuthenticators() |
OAuth10ClientTO |
getClient(java.lang.String key) |
OAuth10ClientTO[] |
getClients() |
OAuth10AccessPointTO[] |
getOAuthProtectedAccessPoints() |
OAuth10SettingsTO |
getSettings() |
OAuth10GetTokensResult |
getTokens(OAuthGetTokensCriteria criteria) |
void |
updateApplication(OAuth10ApplicationTO to) |
void |
updateClient(OAuth10ClientTO to) |
OAuth10SettingsTO getSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10ApplicationTO[] getApplications() throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteTokens(java.lang.String[] tokenIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteClient(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10ClientTO createClient(OAuth10ClientTO clientTo) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateClient(OAuth10ClientTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10ClientTO[] getClients() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateApplication(OAuth10ApplicationTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteApplication(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String createApplication(OAuth10ApplicationTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
AuthenticateResourceOwnerResult authenticateResourceOwner(java.lang.String credentialType, NVPair[] credentialValues, java.lang.String applicationKeyID) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10AccessPointTO[] getOAuthProtectedAccessPoints() throws java.rmi.RemoteException
java.rmi.RemoteException
void createOrUpdateSettings(OAuth10SettingsTO toSettings) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseDataTO[] getAuthenticators() throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10GetTokensResult getTokens(OAuthGetTokensCriteria criteria) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10ApplicationTO getApplication(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth10ClientTO getClient(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException