|
|
@ -64,6 +64,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: jndiName, |
|
|
|
value: jndiName, |
|
|
@ -74,7 +75,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Htape, |
|
|
|
type: Htape, |
|
|
|
height: 180, |
|
|
|
height: 175, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
el: { |
|
|
|
el: { |
|
|
@ -92,12 +93,14 @@ export class FormJndi extends BI.Widget { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Vertical, |
|
|
|
type: Vertical, |
|
|
|
bgap: 10, |
|
|
|
bgap: 15, |
|
|
|
|
|
|
|
height: 175, |
|
|
|
items: [ |
|
|
|
items: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: FormItemXtype, |
|
|
|
type: FormItemXtype, |
|
|
|
name: 'INTIAL_CONTEXT_FACTORY', |
|
|
|
name: 'INTIAL_CONTEXT_FACTORY', |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
|
|
|
|
isBold: false, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: EdirotIconCheckCombo, |
|
|
|
type: EdirotIconCheckCombo, |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
@ -124,9 +127,11 @@ export class FormJndi extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: FormItemXtype, |
|
|
|
type: FormItemXtype, |
|
|
|
name: 'PROVIDER_URL', |
|
|
|
name: 'PROVIDER_URL', |
|
|
|
|
|
|
|
isBold: false, |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.provider.url'], |
|
|
|
value: contextHashtable['java.naming.provider.url'], |
|
|
@ -138,9 +143,11 @@ export class FormJndi extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: FormItemXtype, |
|
|
|
type: FormItemXtype, |
|
|
|
name: 'SECURITY_PRINCIPAL', |
|
|
|
name: 'SECURITY_PRINCIPAL', |
|
|
|
|
|
|
|
isBold: false, |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.security.principal'], |
|
|
|
value: contextHashtable['java.naming.security.principal'], |
|
|
@ -152,9 +159,11 @@ export class FormJndi extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: FormItemXtype, |
|
|
|
type: FormItemXtype, |
|
|
|
name: 'SECURITY_CREDENTIALS', |
|
|
|
name: 'SECURITY_CREDENTIALS', |
|
|
|
|
|
|
|
isBold: false, |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.security.credentials'], |
|
|
|
value: contextHashtable['java.naming.security.credentials'], |
|
|
@ -165,6 +174,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Label, |
|
|
|
type: Label, |
|
|
|
|
|
|
|
bgap: -15, |
|
|
|
cls: 'bi-tips', |
|
|
|
cls: 'bi-tips', |
|
|
|
textAlign: 'left', |
|
|
|
textAlign: 'left', |
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_JNDI_Warning'), |
|
|
|
text: BI.i18nText('Dec-Dcm_Connection_JNDI_Warning'), |
|
|
@ -203,6 +213,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: Vertical, |
|
|
|
type: Vertical, |
|
|
|
vgap, |
|
|
|
vgap, |
|
|
|
|
|
|
|
tgap: -15, |
|
|
|
invisible: true, |
|
|
|
invisible: true, |
|
|
|
ref: (_ref: any) => { |
|
|
|
ref: (_ref: any) => { |
|
|
|
this.advancedSet = _ref; |
|
|
|
this.advancedSet = _ref; |
|
|
@ -214,6 +225,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.factory.object'], |
|
|
|
value: contextHashtable['java.naming.factory.object'], |
|
|
@ -228,6 +240,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.factory.state'], |
|
|
|
value: contextHashtable['java.naming.factory.state'], |
|
|
@ -242,6 +255,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.factory.url.pkgs'], |
|
|
|
value: contextHashtable['java.naming.factory.url.pkgs'], |
|
|
@ -256,6 +270,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.dns.url'], |
|
|
|
value: contextHashtable['java.naming.dns.url'], |
|
|
@ -270,6 +285,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.authoritative'], |
|
|
|
value: contextHashtable['java.naming.authoritative'], |
|
|
@ -284,6 +300,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.batchsize'], |
|
|
|
value: contextHashtable['java.naming.batchsize'], |
|
|
@ -298,6 +315,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.referral'], |
|
|
|
value: contextHashtable['java.naming.referral'], |
|
|
@ -312,6 +330,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.security.protocol'], |
|
|
|
value: contextHashtable['java.naming.security.protocol'], |
|
|
@ -326,6 +345,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.security.authentication'], |
|
|
|
value: contextHashtable['java.naming.security.authentication'], |
|
|
@ -340,6 +360,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.language'], |
|
|
|
value: contextHashtable['java.naming.language'], |
|
|
@ -354,6 +375,7 @@ export class FormJndi extends BI.Widget { |
|
|
|
nameWidth: 200, |
|
|
|
nameWidth: 200, |
|
|
|
forms: [{ |
|
|
|
forms: [{ |
|
|
|
type: TextEditor, |
|
|
|
type: TextEditor, |
|
|
|
|
|
|
|
cls: 'bi-border-radius', |
|
|
|
width: 300, |
|
|
|
width: 300, |
|
|
|
allowBlank: true, |
|
|
|
allowBlank: true, |
|
|
|
value: contextHashtable['java.naming.applet'], |
|
|
|
value: contextHashtable['java.naming.applet'], |
|
|
|