public class OAuth1CredentialsInfoImpl extends AbstractCredentialsImpl implements OAuth1CredentialsInfo
Constructor and Description |
---|
OAuth1CredentialsInfoImpl() |
OAuth1CredentialsInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String remoteSystemName,
org.alfresco.service.cmr.repository.NodeRef remoteSystemContainerNodeRef) |
Modifier and Type | Method and Description |
---|---|
String |
getOAuthSecret() |
String |
getOAuthToken() |
void |
setOAuthSecret(String secret) |
void |
setOAuthToken(String token) |
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername, setLastAuthenticationSucceeded, setRemoteUsername
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCredentialsType, getLastAuthenticationSucceeded, getNodeRef, getRemoteSystemContainerNodeRef, getRemoteSystemName, getRemoteUsername
public OAuth1CredentialsInfoImpl()
public OAuth1CredentialsInfoImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef, String remoteSystemName, org.alfresco.service.cmr.repository.NodeRef remoteSystemContainerNodeRef)
public String getOAuthToken()
getOAuthToken
in interface OAuth1CredentialsInfo
public void setOAuthToken(String token)
public String getOAuthSecret()
getOAuthSecret
in interface OAuth1CredentialsInfo
public void setOAuthSecret(String secret)
Copyright © 2005–2017 Alfresco Software. All rights reserved.