Internal Console API

InternalAuthManager

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
  addBlackAddress(String address, String description, String type)

Creates a white address

  addWhiteAddress(String address, String description)

Creates a white address

  deleteBlackAddress(String address)

Deletes the black address

  deleteWhiteAddress(String address)

Creates a white address

SystemDataView getAuthLog()

Provides access to system auth log.

SystemDataView getBlackList()

Provides access to system black list.

SystemDataView getWhiteList()

Provides access to system white list.

  setBlackDescription(String address, String description)

Sets the description for the specified black address

String toString()

Returns a description of this object.

Method Detail


addBlackAddress(String address, String description, String type)

Creates a white address

Parameters:

  • String   address Required parameter. Maximum allowed size of parameter: 40
  • String   description Required parameter. Maximum allowed size of parameter: 80
  • String   type Required parameter. Allowed values: domain, email.

Since: 09-15-2015

top

addWhiteAddress(String address, String description)

Creates a white address

Parameters:

  • String   address Required parameter.
  • String   description Required parameter.

Since: 09-15-2015

top

deleteBlackAddress(String address)

Deletes the black address

Parameters:

  • String   address Required parameter.

Since: 09-15-2015

top

deleteWhiteAddress(String address)

Creates a white address

Parameters:

  • String   address Required parameter.

Since: 09-15-2015

top

SystemDataView getAuthLog()

Provides access to system auth log.

Returns:  SystemDataView


DataList Name: AuthLog
Tag Support: No
DataList Keys/Column Name Column Type Read Only
authLogId Number  
address String  
username String  
type String  
createDate Date  
context String  
attack Boolean  
action String  
userAgent String  
palName String  
palId String  
enterprise String  

Since: 09-15-2015

top

SystemDataView getBlackList()

Provides access to system black list.

Returns:  SystemDataView


DataList Name: BlackList
Tag Support: No
DataList Keys/Column Name Column Type Read Only
blackId Number  
address String  
type String  
description String  
createDate Date  
modifiedDate Date  
hitCount Big unsigned integer  
palName String  
palId String  
enterprise String  

Since: 09-15-2015

top

SystemDataView getWhiteList()

Provides access to system white list.

Returns:  SystemDataView


DataList Name: WhiteList
Tag Support: No
DataList Keys/Column Name Column Type Read Only
whiteId Number  
address String  
description String  
createDate Date  
firstName String  
lastName String  
email String  

Since: 09-15-2015

top

setBlackDescription(String address, String description)

Sets the description for the specified black address

Parameters:

  • String   address Required parameter.
  • String   description Required parameter.

Since: 09-15-2015

top

String toString()

Returns a description of this object.

Returns:  String

Since: 09-15-2015

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