Token Register Profile


Parent:    Processing Profile
Added On:  02/13/12 
SQL Table:  TOKEN_REGISTER_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TokenRegisterProfile 
Represents tokenization functionality for all provider profiles.
Added On:  03/11/17
SQL Column:  IS_PRETOKENIZATION_VERIFICATION_SUPPORTED
Java Field:  isPretokenizationVerificationSupported
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  09/25/12
SQL Column:  TEMPLATE
Java Field:  template
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the proxy template.
Added On:  09/23/16
SQL Column:  TOKENIZATION_POLICY
Java Field:  tokenizationPolicy
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes: Default:T---
Policy of tokenization application.
Added On:  05/13/13
SQL Column:  TOKENIZATION_POLICY_CL
Java Field:  tokenizationPolicyCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Reference to the entity that represents possible values of policy types used for tokenization.
Added On:  02/13/12
SQL Column:  TOKENIZER_CL
Java Field:  tokenizerCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that represents the type of underlying tokenization mechanism.