Home
last modified time | relevance | path

Searched refs:PrAllowDupAuth (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java122 public CheckboxShadow PrAllowDupAuth; field in KdcGuiRoot
1602 PrAllowDupAuth = new CheckboxShadow(); in KdcGuiRoot()
1603 PrAllowDupAuth.set("name", "PrAllowDupAuth"); in KdcGuiRoot()
1604 gbpanel90.add(PrAllowDupAuth); in KdcGuiRoot()
1605 PrAllowDupAuth.set("GBConstraints", new GBConstraints in KdcGuiRoot()
1607 PrAllowDupAuth.set("text", "Allow Duplicate Authentication"); in KdcGuiRoot()
1608 PrAllowDupAuth.set("state", Boolean.TRUE); in KdcGuiRoot()
1609 PrAllowDupAuth.set("anchor", in KdcGuiRoot()
H A DKdcGui.java681 gui.PrAllowDupAuth.set("text" /* NOI18N */, in initMainStrings()
1825 gui.PrAllowDupAuth.set("state" /* NOI18N */, in showPrincipal()
3304 o = gui.PrAllowDupAuth.getBody(); in setupMainNormalListeners()
3754 o = gui.PrAllowDupAuth.getBody(); in setupMainHelpListeners()
3985 o = gui.PrAllowDupAuth.getBody(); in setupMainHelpFlagTogglers()
5400 gui.PrAllowDupAuth.set("enabled" /* NOI18N */, sense); in enablePrAttributes()