public class ProfileExternalIntegrationLogicImpl extends Object implements ProfileExternalIntegrationLogic
| Constructor and Description |
|---|
ProfileExternalIntegrationLogicImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExternalIntegrationInfo |
getExternalIntegrationInfo(String userUuid) |
String |
getGoogleAuthenticationUrl() |
String |
getTwitterName(ExternalIntegrationInfo info) |
Map<String,String> |
getTwitterOAuthConsumerDetails() |
void |
sendMessageToTwitter(String userUuid,
String message) |
boolean |
updateExternalIntegrationInfo(ExternalIntegrationInfo info) |
boolean |
validateTwitterCredentials(ExternalIntegrationInfo info) |
public ExternalIntegrationInfo getExternalIntegrationInfo(String userUuid)
getExternalIntegrationInfo in interface ProfileExternalIntegrationLogicpublic boolean updateExternalIntegrationInfo(ExternalIntegrationInfo info)
updateExternalIntegrationInfo in interface ProfileExternalIntegrationLogicpublic Map<String,String> getTwitterOAuthConsumerDetails()
getTwitterOAuthConsumerDetails in interface ProfileExternalIntegrationLogicpublic String getTwitterName(ExternalIntegrationInfo info)
getTwitterName in interface ProfileExternalIntegrationLogicpublic boolean validateTwitterCredentials(ExternalIntegrationInfo info)
validateTwitterCredentials in interface ProfileExternalIntegrationLogicpublic void sendMessageToTwitter(String userUuid, String message)
sendMessageToTwitter in interface ProfileExternalIntegrationLogicpublic String getGoogleAuthenticationUrl()
getGoogleAuthenticationUrl in interface ProfileExternalIntegrationLogicCopyright © 2008–2017 The Sakai Foundation. All rights reserved.