Searched defs:OP_GET_LAST_LOGIN_TIME (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java303 public static final int OP_GET_LAST_LOGIN_TIME = 22; field in class:PasswordPolicyStateExtendedOperation
1120 if (returnAll || returnTypes.contains(OP_GET_LAST_LOGIN_TIME))
1133 encode(writer, OP_GET_LAST_LOGIN_TIME, timeStr);
1607 case OP_GET_LAST_LOGIN_TIME:
1608 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1644 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1649 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java193 public static final int OP_GET_LAST_LOGIN_TIME = 22; field in class:PasswordPolicyStateExtendedOperation
916 if (returnAll || returnTypes.contains(OP_GET_LAST_LOGIN_TIME))
929 encode(writer, OP_GET_LAST_LOGIN_TIME, timeStr);
1403 case OP_GET_LAST_LOGIN_TIME:
1404 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1440 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1445 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java303 public static final int OP_GET_LAST_LOGIN_TIME = 22; field in class:PasswordPolicyStateExtendedOperation
1120 if (returnAll || returnTypes.contains(OP_GET_LAST_LOGIN_TIME))
1133 encode(writer, OP_GET_LAST_LOGIN_TIME, timeStr);
1607 case OP_GET_LAST_LOGIN_TIME:
1608 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1644 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1649 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java303 public static final int OP_GET_LAST_LOGIN_TIME = 22; field in class:PasswordPolicyStateExtendedOperation
1120 if (returnAll || returnTypes.contains(OP_GET_LAST_LOGIN_TIME))
1133 encode(writer, OP_GET_LAST_LOGIN_TIME, timeStr);
1607 case OP_GET_LAST_LOGIN_TIME:
1608 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1644 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1649 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java193 public static final int OP_GET_LAST_LOGIN_TIME = 22; field in class:PasswordPolicyStateExtendedOperation
916 if (returnAll || returnTypes.contains(OP_GET_LAST_LOGIN_TIME))
929 encode(writer, OP_GET_LAST_LOGIN_TIME, timeStr);
1403 case OP_GET_LAST_LOGIN_TIME:
1404 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1440 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1445 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordPolicyStateExtendedOperation.java197 public static final int OP_GET_LAST_LOGIN_TIME = 22; field in class:PasswordPolicyStateExtendedOperation
878 if (returnAll || returnTypes.contains(OP_GET_LAST_LOGIN_TIME))
891 encode(writer, OP_GET_LAST_LOGIN_TIME, timeStr);
1343 case OP_GET_LAST_LOGIN_TIME:
1344 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1376 returnTypes.add(OP_GET_LAST_LOGIN_TIME);
1381 returnTypes.add(OP_GET_LAST_LOGIN_TIME);

Completed in 37 milliseconds