Searched refs:getSecondsBeforeExpiration (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java467 public int getSecondsBeforeExpiration() method in class:AccountUsableResponseControl
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java468 public int getSecondsBeforeExpiration() method in class:AccountUsableResponseControl
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java468 public int getSecondsBeforeExpiration() method in class:AccountUsableResponseControl
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java468 public int getSecondsBeforeExpiration() method in class:AccountUsableResponseControl
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DAccountUsableResponseControl.java467 public int getSecondsBeforeExpiration() method in class:AccountUsableResponseControl
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DAccountUsableResponseControl.java461 public int getSecondsBeforeExpiration() method in class:AccountUsableResponseControl
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPSearch.java213 if (acrc.getSecondsBeforeExpiration() > 0)
215 int timeToExp = acrc.getSecondsBeforeExpiration();
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPSearch.java211 if (acrc.getSecondsBeforeExpiration() > 0)
213 int timeToExp = acrc.getSecondsBeforeExpiration();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPSearch.java213 if (acrc.getSecondsBeforeExpiration() > 0)
215 int timeToExp = acrc.getSecondsBeforeExpiration();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPSearch.java213 if (acrc.getSecondsBeforeExpiration() > 0)
215 int timeToExp = acrc.getSecondsBeforeExpiration();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPSearch.java211 if (acrc.getSecondsBeforeExpiration() > 0)
213 int timeToExp = acrc.getSecondsBeforeExpiration();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPSearch.java206 if (acrc.getSecondsBeforeExpiration() > 0)
208 int timeToExp = acrc.getSecondsBeforeExpiration();

Completed in 89 milliseconds