Searched refs:PwMaxLife (Results 1 – 2 of 2) sorted by relevance
41 Integer PwMaxLife; // long pw_max_life; field in Policy63 PwMaxLife = new Integer(30 * 24 * 60 * 60); /* 30 days */ in Policy()122 curr.PwMaxLife = new Integer(old.PwMaxLife.intValue()); in copyPolicy()209 PwMaxLife = new Integer(nf.parse(val.trim()).intValue()); in setPolMaxlife()239 + " " + PwMaxLife).append("\n"); in toString()
2370 showDuration(pol.PwMaxLife)); in setPolMaxlife()2394 showDuration(p.PwMaxLife)); in showPolicy()