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
Data Vault
UML
Added On:
08/26/15
SQL Table:
IAPP_DATA_VAULT
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
DataVault
Entity that represents data vault.
Available Fields:
Create Date
Encrypted
Hashed
Id
Key Value
Last Update Date
Vault Content FK
Create Date
Added On:
08/26/15
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the record was created
Encrypted
Added On:
08/26/15
SQL Column:
ENCRYPTED
Java Field:
encrypted
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Stores encrypted sensitive data (e.g. encrypted password) for future use.
Hashed
Added On:
08/26/15
SQL Column:
HASHED
Java Field:
hashed
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Stores hashed sensitive data (e.g. hashed password) for future use.
Id
Added On:
08/26/15
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.
Key Value
Added On:
08/26/15
SQL Column:
KEY_VALUE
Java Field:
key_value
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Not in use yet.
Last Update Date
Added On:
08/26/15
SQL Column:
LAST_UPDATE_DATE
Java Field:
lastUpdateDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the record was updated for the last time.
Vault Content FK
Added On:
06/27/16
SQL Column:
VAULT_CONTENT_FK
Java Field:
vaultContent
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Vault Content
Attributes:
Reference to the entity that stores vault content information.