public interface IOAuth20Task
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(OAuth20ApplicationTO to) |
OAuth20ClientTO |
createClient(OAuth20ClientTO clientTo) |
void |
createOrUpdateSettings(OAuth20SettingsTO toSettings) |
void |
deleteApplication(java.lang.String key) |
void |
deleteClient(java.lang.String key) |
void |
deleteSettings() |
void |
deleteTokens(java.lang.String[] tokenIDs) |
OAuth20ApplicationTO |
getApplication(java.lang.String key) |
OAuth20ApplicationTO[] |
getApplications() |
BaseDataTO[] |
getAuthenticators() |
OAuth20ClientTO |
getClient(java.lang.String key) |
OAuth20ClientTO[] |
getClients() |
OAuth20AccessPointTO[] |
getOAuthProtectedAccessPoints() |
OAuth20SettingsTO |
getSettings() |
OAuth20GetTokensResult |
getTokens(OAuthGetTokensCriteria criteria) |
void |
updateApplication(OAuth20ApplicationTO to) |
void |
updateClient(OAuth20ClientTO to) |
OAuth20SettingsTO getSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth20ApplicationTO[] 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
OAuth20ClientTO createClient(OAuth20ClientTO clientTo) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateClient(OAuth20ClientTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth20ClientTO[] getClients() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateApplication(OAuth20ApplicationTO 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(OAuth20ApplicationTO 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
OAuth20AccessPointTO[] getOAuthProtectedAccessPoints() throws java.rmi.RemoteException
java.rmi.RemoteException
void createOrUpdateSettings(OAuth20SettingsTO toSettings) throws java.rmi.RemoteException
java.rmi.RemoteException
BaseDataTO[] getAuthenticators() throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth20GetTokensResult getTokens(OAuthGetTokensCriteria criteria) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth20ApplicationTO getApplication(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
OAuth20ClientTO getClient(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException