Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGuiRoot.java111 public TextFieldShadow PoMinTicketLifetime; field in KdcGuiRoot
2141 PoMinTicketLifetime = new TextFieldShadow(); in KdcGuiRoot()
2142 PoMinTicketLifetime.set("name", "PoMinTicketLifetime"); in KdcGuiRoot()
2143 gbpanel50.add(PoMinTicketLifetime); in KdcGuiRoot()
2144 PoMinTicketLifetime.set("GBConstraints", new GBConstraints in KdcGuiRoot()
H A DKdcGui.java2350 if (pol.setPolMinlife((String)gui.PoMinTicketLifetime.get("text" in setPolMinlife()
2354 gui.PoMinTicketLifetime.set("text" /* NOI18N */, in setPolMinlife()
2358 showDataFormatError(((TextField)gui.PoMinTicketLifetime.getBody()), in setPolMinlife()
2391 gui.PoMinTicketLifetime.set("text" /* NOI18N */, in showPolicy()
3366 o = gui.PoMinTicketLifetime.getBody(); in setupMainNormalListeners()
3373 (TextField)gui.PoMinTicketLifetime.getBody(), fr); in setupMainNormalListeners()
3844 o = gui.PoMinTicketLifetime.getBody(); in setupMainHelpListeners()
4085 o = gui.PoMinTicketLifetime.getBody(); in setupMainHelpFixers()
5410 gui.PoMinTicketLifetime.set("enabled" /* NOI18N */, sense); in enablePoAttributes()