Class OAuth1CredentialsInfoImpl
java.lang.Object
org.alfresco.repo.remotecredentials.AbstractCredentialsImpl
org.alfresco.repo.remotecredentials.OAuth1CredentialsInfoImpl
- All Implemented Interfaces:
Serializable,PermissionCheckValue,BaseCredentialsInfo,OAuth1CredentialsInfo
public class OAuth1CredentialsInfoImpl
extends AbstractCredentialsImpl
implements OAuth1CredentialsInfo
This class represents an OAuth 1.0 based set of credentials
- Since:
- Odin
- Author:
- Nick Burch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth1CredentialsInfoImpl(NodeRef nodeRef, String remoteSystemName, NodeRef remoteSystemContainerNodeRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOAuthSecret(String secret) voidsetOAuthToken(String token) Methods inherited from class org.alfresco.repo.remotecredentials.AbstractCredentialsImpl
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername, setLastAuthenticationSucceeded, setRemoteUsernameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.service.cmr.remotecredentials.BaseCredentialsInfo
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername
-
Constructor Details
-
OAuth1CredentialsInfoImpl
public OAuth1CredentialsInfoImpl() -
OAuth1CredentialsInfoImpl
-
-
Method Details
-
getOAuthToken
- Specified by:
getOAuthTokenin interfaceOAuth1CredentialsInfo- Returns:
- the OAuth Token Identifier
-
setOAuthToken
-
getOAuthSecret
- Specified by:
getOAuthSecretin interfaceOAuth1CredentialsInfo- Returns:
- the OAuth Token Secret
-
setOAuthSecret
-