Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/
H A DPrincipal.java63 Date LastSuccess; // krb5_timestamp last_success; field in Principal
97 LastSuccess = new Date(0); /* never */ in Principal()
181 curr.LastSuccess = new Date(0); /* override: never */ in copyPrincipal()
325 if (LastSuccess.getTime() == 0) in getLastSuccess()
328 return df.format(LastSuccess); in getLastSuccess()