Interface OAuth1CredentialsInfo
-
- All Superinterfaces:
BaseCredentialsInfo,PermissionCheckValue,Serializable
- All Known Implementing Classes:
OAuth1CredentialsInfoImpl
public interface OAuth1CredentialsInfo extends BaseCredentialsInfo
This class represents an OAuth 1.0 based set of credentials- Since:
- 4.0.2
- Author:
- Nick Burch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOAuthSecret()StringgetOAuthToken()-
Methods inherited from interface org.alfresco.service.cmr.remotecredentials.BaseCredentialsInfo
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername
-
-