Internal Console API

InternalUser extends User

Other API in Package

Console

Console System

Console Webservice

List of Classes

InternalConsoleController

AjaxResponse

AnalyticDataViewFilter

Archive

ArchiveManager

AreaChart

Attachment

AudioFile

BarChart

BillingEngine

BillingEvent

Browser

Buffer

BusinessUtil

CacheManager

Cell

CellFilter

Chart

ChartSharedSettings

ChartTool

Chunk

CommonPacket

ConsoleManager

ConsolePacket

ConsoleResponse

Cube

Data

DataList

DataListFilter

DataReader

DataRecord

DataSet

DataSetRecord

DataSetResult

DataView

DataViewBuilder

DataViewCriteria

DataViewFilter

DataViewList

DataViewRecord

DatasetFile

DateUtil

DisplaySettings

Document

DocumentFile

DownloadResponse

Email

EncryptionUtil

Enterprise

EnterpriseInfo

ExcelFile

File

FileBuffer

Formatter

Fragment

FtpRequest

GeoUtil

GroupConcat

ImageFile

Inspector

Installer

InstallerPal

InternalAcmeService

InternalApiMonitor

InternalAuthManager

InternalCloud

InternalCloudDomain

InternalCloudSubscriptionManager

InternalCloudSubscriptionService

InternalDesktopProduct

InternalDevelopmentPal

InternalDomainManager

InternalEmail

InternalEmailManager

InternalEmailSettings

InternalEnterprise

InternalGroupManager

InternalKey

InternalKeyFeatures

InternalKeyManager

InternalKeyPricing

InternalLogoManager

InternalPalChain

InternalPalInfo

InternalPalManager

InternalPalStore

InternalPalStoreInfo

InternalPalStoreInvite

InternalPalStoreItem

InternalProfile

InternalProfileManager

InternalPseudoKey

InternalRequest

InternalResponse

InternalSecuritySettings

InternalStatBuilder

InternalStatement

InternalStorageManager

InternalStorageProvider

InternalSupportIncident

InternalSupportProfile

InternalSystemInformation

InternalSystemLog

InternalSystemManager

InternalTunnelManager

InternalUser

InternalWebAlias

InternalZone

InternalZoneManager

JSONBuffer

JSONParser

Job

JobManager

LineChart

LockManager

Logger

MailBox

MailBoxList

MailMessage

MailResponse

Message

MessageManager

MobileManager

Modules

Monitor

PWA

Packet

PacketDataList

PacketDataRecord

Page

PagingInfo

Pal

PalActivationKeyInfo

PalInfo

Payload

PdfFile

PieChart

Profile

ProfileInfo

ProfilePacket

ProfilePalManager

ProfileTxManager

QRUtil

Render

Request

Role

RuntimePal

SSOToken

SafeBox

ScatterPlotChart

ServiceRequest

ServiceResponse

ShellPal

ShellPalManager

SignSettings

SiteBuilder

Slice

SmartDoc

SmartDocManager

Socket

SocketResponse

StorageProvider

StorageProviderDataList

StoredObject

SystemDataView

SystemDataViewFilter

Tag

TagFilter

TagManager

TextEmail

TextMessage

TiffBuilder

TransactionPacket

TransactionUtil

Tunnel

TunnelResult

UnknownFile

Upload

User

VCardFile

Validator

ValidityCheck

Wizard

WorkflowResponse

XMLReader

ZoneAccess

Method Summary
boolean canAccessConsolePal(String palId, String profileId)

Returns true if the user can access the specified Pal with the specified profile.

boolean canAccessTransaction(String txId, boolean anon)

Returns true if the user can access the specified transaction. Anon only has meaning if the user is currently logged in on a personal profile. This method could return false for the following reasons: (a) the user does not have a role on the transaction, (b) the user had access (role access) at one time but deleted the access, (c) the user is on an enterprise profile and does not have role or group access to the transaction.

boolean canAccessTransactionPal(String palId, String profileId)

Returns true if the user can access the specified Pal with the specified profile.

String createSessionToken()

Returns a session token for manipulating user information by system tunnel workflow. Returns null if the user is not on their personal profile.

String getAlias()

Returns this user's unique public alias (which might be null).

String getDefaultConsolePalId()

Returns the pal id for the default console pal (if any).

String getDevelopmentEnterprise()

Returns the development enterprise associated with this user (if any).

InternalEnterprise getEnterprise()

Returns the enterprise that owns the profile of the user. Returns null if the user is not on an enterprise profile.

InternalEnterprise getEnterprise(String profileId)

Returns the enterprise associated with this user and the specified profile.

Profile getEnterpriseProfile(Enterprise enterprise)

Returns the profile if any of the specified enterprise.

String getEnterpriseProfileId(String enterpriseId)

Returns the profile id if any of the specified enterprise.

DataList getEnterpriseProfiles()

Returns a list of enterprise profiles including id and name. This returns an empty list if the user does not have any enterprise profiles.

String getLastAction()

Returns the last action for this user on this pal, which might be null.

Profile getPersonalProfile()

Returns the user's personal profile.

InternalProfile getProfile()

Returns the user's profile.

Profile getProfile()

Returns the user's profile.

InternalSecuritySettings getSecuritySettings()

Returns the security settings for this user. Accessible only by the system profile manager pal or designed pal based on system admin settings.

boolean isDevelopmentTracking()

Returns true if global development tracking is enabled for this user.

boolean isEmailRegistered(String emailAddress)

Returns true if the user is associated with the specified email address.

boolean isEnterpriseOwner(InternalEnterprise enterprise)

Returns true if the user is the owner if the specified enterprise.

boolean isRestricted()

Returns true if this user has authenticated via an SSO process and is restricted as to what can be accessed in this session.

boolean isSystemUser()

Returns true if the user is a System user (on a profile owned by the system enterprise).

  refresh()

Forces a storage reload on the user information.

  removeDevelopmentEnterprise()

Removes the development enterprise associated with this user.

boolean switchToProfile(String profileId)

Switches the user to the specified profile. Related UI components will automatically redraw when the response is returned.

String toString()

Returns a description of this object.

VCardFile toVCardFile(String fileName)

Exports this user information to business card file. Information is based on personal profile. Profile information access permission rules apply

  toggleDevelopmentTracking()

If a development enterprise is associated with this user, this enables or disables global tracking.

boolean validateAccount(String code)

Returns true if the code matches a code previously generated in the current session. See Message and Email setValidationCode methods.

Method Detail


boolean canAccessConsolePal(String palId, String profileId)

Returns true if the user can access the specified Pal with the specified profile.

Parameters:

  • String   palId
  • String   profileId

Returns:  boolean

Since: 09-03-2009

top

boolean canAccessTransaction(String txId, boolean anon)

Returns true if the user can access the specified transaction. Anon only has meaning if the user is currently logged in on a personal profile. This method could return false for the following reasons: (a) the user does not have a role on the transaction, (b) the user had access (role access) at one time but deleted the access, (c) the user is on an enterprise profile and does not have role or group access to the transaction.

Parameters:

  • String   txId
  • boolean   anon

Returns:  boolean

Since: 07-14-2009

top

boolean canAccessTransactionPal(String palId, String profileId)

Returns true if the user can access the specified Pal with the specified profile.

Parameters:

  • String   palId
  • String   profileId

Returns:  boolean

Since: 09-03-2009

top

String createSessionToken()

Returns a session token for manipulating user information by system tunnel workflow. Returns null if the user is not on their personal profile.

Returns:  String

Since: 01-27-2021

top

String getAlias()

Returns this user's unique public alias (which might be null).

Returns:  String

Since: 11-12-2009

top

String getDefaultConsolePalId()

Returns the pal id for the default console pal (if any).

Returns:  String

Since: 01-10-2011

top

String getDevelopmentEnterprise()

Returns the development enterprise associated with this user (if any).

Returns:  String

Since: 12-06-2018

top

InternalEnterprise getEnterprise()

Returns the enterprise that owns the profile of the user. Returns null if the user is not on an enterprise profile.

Returns:  InternalEnterprise

Since: 07-14-2009

top

InternalEnterprise getEnterprise(String profileId)

Returns the enterprise associated with this user and the specified profile.

Parameters:

  • String   profileId

Returns:  InternalEnterprise

Since: 05-22-2010

top

Profile getEnterpriseProfile(Enterprise enterprise)

Returns the profile if any of the specified enterprise.

Parameters:

Returns:  Profile

Since: 04-16-2010

top

String getEnterpriseProfileId(String enterpriseId)

Returns the profile id if any of the specified enterprise.

Parameters:

  • String   enterpriseId

Returns:  String

Since: 05-22-2010

top

DataList getEnterpriseProfiles()

Returns a list of enterprise profiles including id and name. This returns an empty list if the user does not have any enterprise profiles.

Returns:  DataList


DataList Name: profiles
DataList Fields: id, name, enterprise, system, support, defaultProfile, createDate, lastAccess

Since: 08-28-2009

top

String getLastAction()

Returns the last action for this user on this pal, which might be null.

Returns:  String

Since: 11-03-2016

top

Profile getPersonalProfile()

Returns the user's personal profile.

Returns:  Profile

Since: 08-28-2009

top

InternalProfile getProfile()

Returns the user's profile.

Returns:  InternalProfile

Since: 05-30-2012

top

Profile getProfile()

Returns the user's profile.

Returns:  Profile

Since: 05-30-2012

top

InternalSecuritySettings getSecuritySettings()

Returns the security settings for this user. Accessible only by the system profile manager pal or designed pal based on system admin settings.

Returns:  InternalSecuritySettings

Since: 05-29-2012

top

boolean isDevelopmentTracking()

Returns true if global development tracking is enabled for this user.

Returns:  boolean

Since: 04-27-2021

top

boolean isEmailRegistered(String emailAddress)

Returns true if the user is associated with the specified email address.

Parameters:

  • String   emailAddress  - Email Address. Required parameter.

Returns:  boolean

Since: 07-07-2010

top

boolean isEnterpriseOwner(InternalEnterprise enterprise)

Returns true if the user is the owner if the specified enterprise.

Parameters:

Returns:  boolean

Since: 03-01-2010

top

boolean isRestricted()

Returns true if this user has authenticated via an SSO process and is restricted as to what can be accessed in this session.

Returns:  boolean

Since: 05-20-2021

top

boolean isSystemUser()

Returns true if the user is a System user (on a profile owned by the system enterprise).

Returns:  boolean

Since: 07-14-2009

top

refresh()

Forces a storage reload on the user information.

Since: 01-27-2021

top

removeDevelopmentEnterprise()

Removes the development enterprise associated with this user.

Since: 12-06-2018

top

boolean switchToProfile(String profileId)

Switches the user to the specified profile. Related UI components will automatically redraw when the response is returned.

Parameters:

  • String   profileId

Returns:  boolean

Since: 08-28-2009

top

String toString()

Returns a description of this object.

Returns:  String

Since: 12-31-2008

top

VCardFile toVCardFile(String fileName)

Exports this user information to business card file. Information is based on personal profile. Profile information access permission rules apply

Parameters:

  • String   fileName  - file name. Should have .vcf or .vcard extension. If not, .vcf extension will be appended. Required parameter.

Returns:  VCardFile

Since: 12-13-2011

top

toggleDevelopmentTracking()

If a development enterprise is associated with this user, this enables or disables global tracking.

Since: 04-27-2021

top

boolean validateAccount(String code)

Returns true if the code matches a code previously generated in the current session. See Message and Email setValidationCode methods.

Parameters:

  • String   code

Returns:  boolean

Since: 04-27-2009

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM