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

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java108 private List<Long> authFailureTimes = null; field in class:PasswordPolicyState
695 if (authFailureTimes != null)
701 authFailureTimes.size(), userDNString);
704 return authFailureTimes;
717 authFailureTimes = getGeneralizedTimes(type);
733 authFailureTimes = new ArrayList<Long>();
738 return authFailureTimes;
741 if (authFailureTimes.isEmpty())
750 return authFailureTimes;
760 Iterator<Long> iterator = authFailureTimes
882 setAuthFailureTimes(List<Long> authFailureTimes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java107 private List<Long> authFailureTimes = null; field in class:PasswordPolicyState
746 if (authFailureTimes != null)
752 authFailureTimes.size(), userDNString);
755 return authFailureTimes;
768 authFailureTimes = getGeneralizedTimes(type);
784 authFailureTimes = new ArrayList<Long>();
789 return authFailureTimes;
792 if (authFailureTimes.isEmpty())
801 return authFailureTimes;
811 Iterator<Long> iterator = authFailureTimes
933 setAuthFailureTimes(List<Long> authFailureTimes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java108 private List<Long> authFailureTimes = null; field in class:PasswordPolicyState
695 if (authFailureTimes != null)
701 authFailureTimes.size(), userDNString);
704 return authFailureTimes;
717 authFailureTimes = getGeneralizedTimes(type);
733 authFailureTimes = new ArrayList<Long>();
738 return authFailureTimes;
741 if (authFailureTimes.isEmpty())
750 return authFailureTimes;
760 Iterator<Long> iterator = authFailureTimes
882 setAuthFailureTimes(List<Long> authFailureTimes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java108 private List<Long> authFailureTimes = null; field in class:PasswordPolicyState
695 if (authFailureTimes != null)
701 authFailureTimes.size(), userDNString);
704 return authFailureTimes;
717 authFailureTimes = getGeneralizedTimes(type);
733 authFailureTimes = new ArrayList<Long>();
738 return authFailureTimes;
741 if (authFailureTimes.isEmpty())
750 return authFailureTimes;
760 Iterator<Long> iterator = authFailureTimes
882 setAuthFailureTimes(List<Long> authFailureTimes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java107 private List<Long> authFailureTimes = null; field in class:PasswordPolicyState
746 if (authFailureTimes != null)
752 authFailureTimes.size(), userDNString);
755 return authFailureTimes;
768 authFailureTimes = getGeneralizedTimes(type);
784 authFailureTimes = new ArrayList<Long>();
789 return authFailureTimes;
792 if (authFailureTimes.isEmpty())
801 return authFailureTimes;
811 Iterator<Long> iterator = authFailureTimes
933 setAuthFailureTimes(List<Long> authFailureTimes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java126 private List<Long> authFailureTimes; field in class:PasswordPolicyState
626 if (authFailureTimes != null)
631 authFailureTimes.size(), userDNString);
634 return authFailureTimes;
641 authFailureTimes = getGeneralizedTimes(type);
647 authFailureTimes = new ArrayList<>();
649 return authFailureTimes;
652 if (authFailureTimes.isEmpty())
660 return authFailureTimes;
669 Iterator<Long> iterator = authFailureTimes
757 setAuthFailureTimes(List<Long> authFailureTimes) argument
[all...]

Completed in 44 milliseconds