public static class RestClient.UnauthenticatedClientInfo extends RestClient.ClientInfo
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NOUSER |
accountName, additionalOauthValues, communityId, communityUrl, contentDomain, contentSid, csrfToken, displayName, email, firstName, identityUrl, instanceUrl, lastName, lightningDomain, lightningSid, loginUrl, orgId, photoUrl, thumbnailUrl, userId, username, vfDomain, vfSid| Constructor and Description |
|---|
UnauthenticatedClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildUniqueId() |
java.net.URI |
resolveUrl(java.lang.String path)
Resolves the given path against the community URL or the instance
URL, depending on whether the user is a community user or not.
|
java.lang.String |
toString() |
getInstanceUrl, getInstanceUrlAsString, resolveUrl, resolveUrlpublic static final java.lang.String NOUSER
public java.lang.String buildUniqueId()
buildUniqueId in class RestClient.ClientInfopublic java.lang.String toString()
toString in class RestClient.ClientInfopublic java.net.URI resolveUrl(java.lang.String path)
RestClient.ClientInforesolveUrl in class RestClient.ClientInfopath - Path.