Home
last modified time | relevance | path

Searched refs:PwMinLife (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPolicy.java40 Integer PwMinLife; // long pw_min_life; field in Policy
62 PwMinLife = new Integer(0); in Policy()
121 curr.PwMinLife = new Integer(old.PwMinLife.intValue()); in copyPolicy()
197 PwMinLife = new Integer(nf.parse(val.trim()).intValue()); in setPolMinlife()
237 + " " + PwMinLife).append("\t"); in toString()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/native/
H A DTest.java167 +po.PwMinLife.toString()+"\n"); in main()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java2355 showDuration(pol.PwMinLife)); in setPolMinlife()
2392 showDuration(p.PwMinLife)); in showPolicy()