Searched refs:userEntry (Results 151 - 175 of 364) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java138 Operation operation, Entry userEntry,
167 matchAttributes = userEntry.getUserAttributes().keySet();
172 List<Attribute> attrList = userEntry.getAttribute(t);
136 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DFingerprintCertificateMapper.java249 Entry userEntry = null;
298 if (userEntry == null)
300 userEntry = entry;
305 get(fingerprintString, String.valueOf(userEntry.getDN()),
315 return userEntry;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java137 Operation operation, Entry userEntry,
166 matchAttributes = userEntry.getUserAttributes().keySet();
171 List<Attribute> attrList = userEntry.getAttribute(t);
135 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DFingerprintCertificateMapper.java248 Entry userEntry = null;
297 if (userEntry == null)
299 userEntry = entry;
304 get(fingerprintString, String.valueOf(userEntry.getDN()),
314 return userEntry;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java138 Operation operation, Entry userEntry,
167 matchAttributes = userEntry.getUserAttributes().keySet();
172 List<Attribute> attrList = userEntry.getAttribute(t);
136 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DFingerprintCertificateMapper.java249 Entry userEntry = null;
298 if (userEntry == null)
300 userEntry = entry;
305 get(fingerprintString, String.valueOf(userEntry.getDN()),
315 return userEntry;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java138 Operation operation, Entry userEntry,
167 matchAttributes = userEntry.getUserAttributes().keySet();
172 List<Attribute> attrList = userEntry.getAttribute(t);
136 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DFingerprintCertificateMapper.java249 Entry userEntry = null;
298 if (userEntry == null)
300 userEntry = entry;
305 get(fingerprintString, String.valueOf(userEntry.getDN()),
315 return userEntry;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java137 Operation operation, Entry userEntry,
166 matchAttributes = userEntry.getUserAttributes().keySet();
171 List<Attribute> attrList = userEntry.getAttribute(t);
135 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DFingerprintCertificateMapper.java248 Entry userEntry = null;
297 if (userEntry == null)
299 userEntry = entry;
304 get(fingerprintString, String.valueOf(userEntry.getDN()),
314 return userEntry;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DAttributeValuePasswordValidator.java131 Operation operation, Entry userEntry,
158 matchAttributes = userEntry.getUserAttributes().keySet();
163 List<Attribute> attrList = userEntry.getAttribute(t);
129 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) argument
H A DFingerprintCertificateMapper.java234 Entry userEntry = null;
279 if (userEntry == null)
281 userEntry = entry;
286 get(fingerprintString, userEntry.getName(), entry.getName());
295 return userEntry;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java246 Entry userEntry = TestCaseUtils.makeEntry(
301 op, userEntry, invalidReason));
320 Entry userEntry = TestCaseUtils.makeEntry(
378 op, userEntry,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java245 Entry userEntry = TestCaseUtils.makeEntry(
300 op, userEntry, invalidReason));
319 Entry userEntry = TestCaseUtils.makeEntry(
377 op, userEntry,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java246 Entry userEntry = TestCaseUtils.makeEntry(
301 op, userEntry, invalidReason));
320 Entry userEntry = TestCaseUtils.makeEntry(
378 op, userEntry,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java245 Entry userEntry = TestCaseUtils.makeEntry(
300 op, userEntry, invalidReason));
319 Entry userEntry = TestCaseUtils.makeEntry(
377 op, userEntry,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java246 Entry userEntry = TestCaseUtils.makeEntry(
301 op, userEntry, invalidReason));
320 Entry userEntry = TestCaseUtils.makeEntry(
378 op, userEntry,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DPasswordValidator.java140 * @param userEntry The entry for the user whose password
153 Entry userEntry,
150 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSimilarityBasedPasswordValidatorTestCase.java244 Entry userEntry = TestCaseUtils.makeEntry(
297 op, userEntry, invalidReason));
316 Entry userEntry = TestCaseUtils.makeEntry(
370 password, currentPassword, op, userEntry, invalidReason);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java157 * @param userEntry The entry with the user account.
160 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
162 super(userEntry);
164 this.userDNString = userEntry.getName().toString();
202 List<Attribute> attrList = userEntry.getAttribute(attributeType);
230 List<Attribute> attrList = userEntry.getAttribute(attributeType);
306 passwordChangedTime = getGeneralizedTime0(userEntry, OP_ATTR_PWPOLICY_CHANGED_TIME_LC);
323 passwordChangedTime = getGeneralizedTime0(userEntry, OP_ATTR_CREATE_TIMESTAMP_LC);
352 private long getGeneralizedTime0(Entry userEntry, String attrName) throws DirectoryException argument
354 return getGeneralizedTime(userEntry, DirectoryServe
2320 passwordIsAcceptable(Operation operation, Entry userEntry, ByteString newPassword, Set<ByteString> currentPasswords, LocalizableMessageBuilder invalidReason) argument
2995 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, LocalizableMessage message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java147 * @param userEntry
153 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
155 super(userEntry);
157 this.userDNString = userEntry.getDN().toString();
175 List<Attribute> attrList = userEntry.getAttribute(attributeType);
228 List<Attribute> attrList = userEntry.getAttribute(attributeType);
302 passwordChangedTime = getGeneralizedTime(userEntry, type);
322 passwordChangedTime = getGeneralizedTime(userEntry, createTimeType);
376 List<Attribute> attrList = userEntry.getAttribute(passwordPolicy
467 passwordChangedTime = getGeneralizedTime(userEntry, createTimeTyp
2810 passwordIsAcceptable(Operation operation, Entry userEntry, ByteString newPassword, Set<ByteString> currentPasswords, MessageBuilder invalidReason) argument
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java146 * @param userEntry
152 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
154 super(userEntry);
156 this.userDNString = userEntry.getDN().toString();
174 List<Attribute> attrList = userEntry.getAttribute(attributeType);
227 List<Attribute> attrList = userEntry.getAttribute(attributeType);
353 passwordChangedTime = getGeneralizedTime(userEntry, type);
373 passwordChangedTime = getGeneralizedTime(userEntry, createTimeType);
427 List<Attribute> attrList = userEntry.getAttribute(passwordPolicy
518 passwordChangedTime = getGeneralizedTime(userEntry, createTimeTyp
2831 passwordIsAcceptable(Operation operation, Entry userEntry, ByteString newPassword, Set<ByteString> currentPasswords, MessageBuilder invalidReason) argument
3660 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java147 * @param userEntry
153 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
155 super(userEntry);
157 this.userDNString = userEntry.getDN().toString();
175 List<Attribute> attrList = userEntry.getAttribute(attributeType);
228 List<Attribute> attrList = userEntry.getAttribute(attributeType);
302 passwordChangedTime = getGeneralizedTime(userEntry, type);
322 passwordChangedTime = getGeneralizedTime(userEntry, createTimeType);
376 List<Attribute> attrList = userEntry.getAttribute(passwordPolicy
467 passwordChangedTime = getGeneralizedTime(userEntry, createTimeTyp
2810 passwordIsAcceptable(Operation operation, Entry userEntry, ByteString newPassword, Set<ByteString> currentPasswords, MessageBuilder invalidReason) argument
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java147 * @param userEntry
153 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
155 super(userEntry);
157 this.userDNString = userEntry.getDN().toString();
175 List<Attribute> attrList = userEntry.getAttribute(attributeType);
228 List<Attribute> attrList = userEntry.getAttribute(attributeType);
302 passwordChangedTime = getGeneralizedTime(userEntry, type);
322 passwordChangedTime = getGeneralizedTime(userEntry, createTimeType);
376 List<Attribute> attrList = userEntry.getAttribute(passwordPolicy
467 passwordChangedTime = getGeneralizedTime(userEntry, createTimeTyp
2810 passwordIsAcceptable(Operation operation, Entry userEntry, ByteString newPassword, Set<ByteString> currentPasswords, MessageBuilder invalidReason) argument
3622 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java146 * @param userEntry
152 PasswordPolicyState(PasswordPolicy policy, Entry userEntry, long currentTime) argument
154 super(userEntry);
156 this.userDNString = userEntry.getDN().toString();
174 List<Attribute> attrList = userEntry.getAttribute(attributeType);
227 List<Attribute> attrList = userEntry.getAttribute(attributeType);
353 passwordChangedTime = getGeneralizedTime(userEntry, type);
373 passwordChangedTime = getGeneralizedTime(userEntry, createTimeType);
427 List<Attribute> attrList = userEntry.getAttribute(passwordPolicy
518 passwordChangedTime = getGeneralizedTime(userEntry, createTimeTyp
2831 passwordIsAcceptable(Operation operation, Entry userEntry, ByteString newPassword, Set<ByteString> currentPasswords, MessageBuilder invalidReason) argument
3660 generateAccountStatusNotification( AccountStatusNotificationType notificationType, Entry userEntry, Message message, Map<AccountStatusNotificationProperty,List<String>> notificationProperties) argument
[all...]

Completed in 284 milliseconds

1234567891011>>