Searched defs:newPasswords (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAccountStatusNotification.java217 * @param newPasswords The set of new passwords for the user,
234 List<AttributeValue> newPasswords)
297 if ((newPasswords != null) && (! newPasswords.isEmpty()))
299 propList = new ArrayList<String>(newPasswords.size());
300 for (AttributeValue v : newPasswords)
230 createProperties( PasswordPolicyState pwPolicyState, boolean tempLocked, int timeToExpiration, List<AttributeValue> oldPasswords, List<AttributeValue> newPasswords) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java216 * @param newPasswords The set of new passwords for the user,
233 List<AttributeValue> newPasswords)
296 if ((newPasswords != null) && (! newPasswords.isEmpty()))
298 propList = new ArrayList<String>(newPasswords.size());
299 for (AttributeValue v : newPasswords)
229 createProperties( PasswordPolicyState pwPolicyState, boolean tempLocked, int timeToExpiration, List<AttributeValue> oldPasswords, List<AttributeValue> newPasswords) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAccountStatusNotification.java217 * @param newPasswords The set of new passwords for the user,
234 List<AttributeValue> newPasswords)
297 if ((newPasswords != null) && (! newPasswords.isEmpty()))
299 propList = new ArrayList<String>(newPasswords.size());
300 for (AttributeValue v : newPasswords)
230 createProperties( PasswordPolicyState pwPolicyState, boolean tempLocked, int timeToExpiration, List<AttributeValue> oldPasswords, List<AttributeValue> newPasswords) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java217 * @param newPasswords The set of new passwords for the user,
234 List<AttributeValue> newPasswords)
297 if ((newPasswords != null) && (! newPasswords.isEmpty()))
299 propList = new ArrayList<String>(newPasswords.size());
300 for (AttributeValue v : newPasswords)
230 createProperties( PasswordPolicyState pwPolicyState, boolean tempLocked, int timeToExpiration, List<AttributeValue> oldPasswords, List<AttributeValue> newPasswords) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAccountStatusNotification.java216 * @param newPasswords The set of new passwords for the user,
233 List<AttributeValue> newPasswords)
296 if ((newPasswords != null) && (! newPasswords.isEmpty()))
298 propList = new ArrayList<String>(newPasswords.size());
299 for (AttributeValue v : newPasswords)
229 createProperties( PasswordPolicyState pwPolicyState, boolean tempLocked, int timeToExpiration, List<AttributeValue> oldPasswords, List<AttributeValue> newPasswords) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAccountStatusNotification.java215 * @param newPasswords The set of new passwords for the user,
232 List<ByteString> newPasswords)
269 if (newPasswords != null && !newPasswords.isEmpty())
271 props.put(NEW_PASSWORD, toStrings(newPasswords));
228 createProperties( PasswordPolicyState pwPolicyState, boolean tempLocked, int timeToExpiration, List<ByteString> oldPasswords, List<ByteString> newPasswords) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java160 private List<AttributeValue> newPasswords = null; field in class:LocalBackendModifyOperation
257 return newPasswords;
1253 if (newPasswords == null)
1255 newPasswords = new LinkedList<AttributeValue>();
1258 newPasswords.add(v);
1918 if (newPasswords != null)
1962 for (AttributeValue v : newPasswords)
1982 if (newPasswords != null)
1984 for (AttributeValue v : newPasswords)
2129 currentPasswords, newPasswords));
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java160 private List<AttributeValue> newPasswords = null; field in class:LocalBackendModifyOperation
257 return newPasswords;
1235 if (newPasswords == null)
1237 newPasswords = new LinkedList<AttributeValue>();
1240 newPasswords.add(v);
1900 if (newPasswords != null)
1944 for (AttributeValue v : newPasswords)
1964 if (newPasswords != null)
1966 for (AttributeValue v : newPasswords)
2061 currentPasswords, newPasswords));
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java160 private List<AttributeValue> newPasswords = null; field in class:LocalBackendModifyOperation
257 return newPasswords;
1253 if (newPasswords == null)
1255 newPasswords = new LinkedList<AttributeValue>();
1258 newPasswords.add(v);
1918 if (newPasswords != null)
1962 for (AttributeValue v : newPasswords)
1982 if (newPasswords != null)
1984 for (AttributeValue v : newPasswords)
2129 currentPasswords, newPasswords));
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java129 private List<AttributeValue> newPasswords; field in class:LocalBackendModifyOperation
220 return newPasswords;
1109 if (newPasswords == null)
1111 newPasswords = new LinkedList<AttributeValue>();
1114 newPasswords.add(v);
1726 if (newPasswords != null
1754 for (AttributeValue v : newPasswords)
1769 if (newPasswords != null && pwPolicyState.maintainHistory())
1771 for (AttributeValue v : newPasswords)
1859 currentPasswords, newPasswords));
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java129 private List<AttributeValue> newPasswords; field in class:LocalBackendModifyOperation
220 return newPasswords;
1109 if (newPasswords == null)
1111 newPasswords = new LinkedList<AttributeValue>();
1114 newPasswords.add(v);
1726 if (newPasswords != null
1754 for (AttributeValue v : newPasswords)
1769 if (newPasswords != null && pwPolicyState.maintainHistory())
1771 for (AttributeValue v : newPasswords)
1859 currentPasswords, newPasswords));
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java153 private List<ByteString> newPasswords; field in class:LocalBackendModifyOperation
245 return newPasswords;
1033 if (newPasswords == null)
1035 newPasswords = new LinkedList<>();
1037 newPasswords.add(v);
1525 if (newPasswords != null
1534 for (ByteString v : newPasswords)
1548 if (newPasswords != null && pwPolicyState.maintainHistory())
1550 for (ByteString v : newPasswords)
1650 AccountStatusNotification.createProperties(pwPolicyState, false, -1, currentPasswords, newPasswords));
[all...]

Completed in 56 milliseconds