Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPolicy.java44 Integer PwSaveCount; // long pw_history_num; field in Policy
66 PwSaveCount = new Integer(3); in Policy()
125 curr.PwSaveCount = new Integer(old.PwSaveCount.intValue()); in copyPolicy()
185 PwSaveCount = new Integer(nf.parse(val).intValue()); in setPolPwHistory()
245 + PwSaveCount).append("\n"); in toString()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/
H A DKdcGui.java2390 nf.format(p.PwSaveCount)); in showPolicy()