com.force.sdk.oauth.connector
Class ForceOAuthConnectionInfo
java.lang.Object
com.force.sdk.oauth.connector.ForceOAuthConnectionInfo
public class ForceOAuthConnectionInfo
- extends Object
Bean that stores Force.com oauth connection information.
- Author:
- Tim Kral
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForceOAuthConnectionInfo
public ForceOAuthConnectionInfo()
setConnectionUrl
public void setConnectionUrl(String connectionUrl)
- Parses the connection url and sets the values pulled from it.
- Parameters:
connectionUrl - String
getEndpoint
public String getEndpoint()
setEndpoint
public void setEndpoint(String endpoint)
getOauthKey
public String getOauthKey()
setOauthKey
public void setOauthKey(String oauthKey)
getOauthSecret
public String getOauthSecret()
setOauthSecret
public void setOauthSecret(String oauthSecret)
validate
public void validate()
- Ensures that the data represents a valid OAuth connection.
Copyright © 2012. All Rights Reserved.