Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Provisioning Settings
Added On:
04/10/13
SQL Table:
IAPP_PROVISIONING_SETTINGS
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
ProvisioningSettings
Available Fields:
Code
Create Date
Id
Is Active
Password
Portfolio Code
Profile Name
URL
User Name
Code
Added On:
11/19/13
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Code of the provisioning profile that belongs to this portfolio.
Create Date
Added On:
04/17/13
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the provisioning profile was created.
Id
Added On:
04/10/13
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Is Active
Added On:
04/17/13
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Indicates whether the record is active in the system.
Password
Added On:
04/10/13
SQL Column:
PASSWORD
Java Field:
password
Status:
Active
SQL Type:
varchar(80)
Java Type:
String
Attributes:
Password associated with this provisioning profile user account.
Portfolio Code
Added On:
09/23/13
SQL Column:
PORTFOLIO_CODE
Java Field:
portfolioCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Code of the provisioning profile that belongs to this portfolio.
Profile Name
Added On:
04/10/13
SQL Column:
PROFILE_NAME
Java Field:
profileName
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
One of the provisioning profile names that are connected to this portfolio.
URL
Added On:
04/10/13
SQL Column:
URL
Java Field:
url
Status:
Active
SQL Type:
varchar(100)
Java Type:
String
Attributes:
URL address that enables provisioning on the provider's portal.
User Name
Added On:
04/10/13
SQL Column:
USER_NAME
Java Field:
userName
Status:
Active
SQL Type:
varchar(30)
Java Type:
String
Attributes:
Name associated with this provisioning profile user account.