Searched refs:userEntry (Results 176 - 200 of 364) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1643 private StateImpl(final Entry userEntry) argument
1645 super(userEntry);
1681 ModifyOperation internalModify = conn.processModify(userEntry
1695 + "cached password for user %s: %s", userEntry.getDN()
1746 username = ByteString.valueOf(userEntry.getDN().toString());
1752 final List<Attribute> attributes = userEntry.getAttribute(at);
1776 String.valueOf(userEntry.getDN()),
1791 final List<Attribute> attributes = userEntry.getAttribute(at);
1815 String.valueOf(userEntry.getDN()),
1853 String.valueOf(userEntry
2097 createAuthenticationPolicyState( final Entry userEntry, final long time) argument
[all...]
H A DRepeatedCharactersPasswordValidator.java104 Operation operation, Entry userEntry,
102 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DSimilarityBasedPasswordValidator.java99 Operation operation, Entry userEntry,
97 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DUniqueCharactersPasswordValidator.java104 Operation operation, Entry userEntry,
102 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1641 private StateImpl(final Entry userEntry) argument
1643 super(userEntry);
1679 ModifyOperation internalModify = conn.processModify(userEntry
1693 + "cached password for user %s: %s", userEntry.getDN()
1744 username = ByteString.valueOf(userEntry.getDN().toString());
1750 final List<Attribute> attributes = userEntry.getAttribute(at);
1774 String.valueOf(userEntry.getDN()),
1789 final List<Attribute> attributes = userEntry.getAttribute(at);
1813 String.valueOf(userEntry.getDN()),
1851 String.valueOf(userEntry
2095 createAuthenticationPolicyState( final Entry userEntry, final long time) argument
[all...]
H A DRepeatedCharactersPasswordValidator.java103 Operation operation, Entry userEntry,
101 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DSimilarityBasedPasswordValidator.java98 Operation operation, Entry userEntry,
96 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
H A DUniqueCharactersPasswordValidator.java103 Operation operation, Entry userEntry,
101 passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, MessageBuilder invalidReason) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1647 private StateImpl(final Entry userEntry) argument
1649 super(userEntry);
1685 ModifyOperation internalModify = conn.processModify(userEntry
1699 + "cached password for user %s: %s", userEntry.getDN()
1750 username = ByteString.valueOf(userEntry.getDN().toString());
1756 final List<Attribute> attributes = userEntry.getAttribute(at);
1780 String.valueOf(userEntry.getDN()),
1795 final List<Attribute> attributes = userEntry.getAttribute(at);
1819 String.valueOf(userEntry.getDN()),
1857 String.valueOf(userEntry
2101 createAuthenticationPolicyState( final Entry userEntry, final long time) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1643 private StateImpl(final Entry userEntry) argument
1645 super(userEntry);
1681 ModifyOperation internalModify = conn.processModify(userEntry
1695 + "cached password for user %s: %s", userEntry.getDN()
1746 username = ByteString.valueOf(userEntry.getDN().toString());
1752 final List<Attribute> attributes = userEntry.getAttribute(at);
1776 String.valueOf(userEntry.getDN()),
1791 final List<Attribute> attributes = userEntry.getAttribute(at);
1815 String.valueOf(userEntry.getDN()),
1853 String.valueOf(userEntry
2097 createAuthenticationPolicyState( final Entry userEntry, final long time) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1641 private StateImpl(final Entry userEntry) argument
1643 super(userEntry);
1679 ModifyOperation internalModify = conn.processModify(userEntry
1693 + "cached password for user %s: %s", userEntry.getDN()
1744 username = ByteString.valueOf(userEntry.getDN().toString());
1750 final List<Attribute> attributes = userEntry.getAttribute(at);
1774 String.valueOf(userEntry.getDN()),
1789 final List<Attribute> attributes = userEntry.getAttribute(at);
1813 String.valueOf(userEntry.getDN()),
1851 String.valueOf(userEntry
2095 createAuthenticationPolicyState( final Entry userEntry, final long time) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1513 private StateImpl(final Entry userEntry) argument
1515 super(userEntry);
1548 ModifyOperation internalModify = conn.processModify(userEntry
1563 userEntry.getName(), internalModify.getErrorMessage());
1608 username = ByteString.valueOfUtf8(userEntry.getName().toString());
1614 final List<Attribute> attributes = userEntry.getAttribute(at);
1638 userEntry.getName(), cfg.dn(),
1651 final List<Attribute> attributes = userEntry.getAttribute(at);
1675 userEntry.getName(), cfg.dn(),
1712 userEntry
1932 createAuthenticationPolicyState( final Entry userEntry, final long time) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java137 Entry userEntry, long time) throws DirectoryException
139 return new AuthenticationPolicyState(userEntry)
136 createAuthenticationPolicyState( Entry userEntry, long time) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java420 Entry userEntry = TestCaseUtils.makeEntry(
456 userEntry, invalidReason),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java419 Entry userEntry = TestCaseUtils.makeEntry(
455 userEntry, invalidReason),
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java136 Entry userEntry, long time) throws DirectoryException
138 return new AuthenticationPolicyState(userEntry)
135 createAuthenticationPolicyState( Entry userEntry, long time) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java137 Entry userEntry, long time) throws DirectoryException
139 return new AuthenticationPolicyState(userEntry)
136 createAuthenticationPolicyState( Entry userEntry, long time) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java420 Entry userEntry = TestCaseUtils.makeEntry(
456 userEntry, invalidReason),
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java419 Entry userEntry = TestCaseUtils.makeEntry(
455 userEntry, invalidReason),
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java136 Entry userEntry, long time) throws DirectoryException
138 return new AuthenticationPolicyState(userEntry)
135 createAuthenticationPolicyState( Entry userEntry, long time) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java137 Entry userEntry, long time) throws DirectoryException
139 return new AuthenticationPolicyState(userEntry)
136 createAuthenticationPolicyState( Entry userEntry, long time) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java420 Entry userEntry = TestCaseUtils.makeEntry(
456 userEntry, invalidReason),
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPRoles.java459 SearchResultEntry userEntry = null;
487 if (userEntry == null) {
488 userEntry = getUserEntry(token);
489 if (userEntry == null) {
499 userRoles = getUserRoles(token,userEntry);
611 private Set getUserRoles(SSOToken token, SearchResultEntry userEntry) throws argument
639 if (userEntry != null) {
640 Attribute attribute = userEntry.getAttribute(LDAP_USER_ROLE_ATTR);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DAuthenticationPolicyTestCase.java129 Entry userEntry, long time) throws DirectoryException
131 return new AuthenticationPolicyState(userEntry)
128 createAuthenticationPolicyState( Entry userEntry, long time) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPRoles.java462 SearchResultEntry userEntry = null;
489 if (userEntry == null) {
490 userEntry = getUserEntry(token);
491 if (userEntry == null) {
501 userRoles = getUserRoles(token,userEntry);
611 private Set getUserRoles(SSOToken token, SearchResultEntry userEntry) throws argument
639 if (userEntry != null) {
640 Attribute attribute = userEntry.getAttribute(LDAP_USER_ROLE_ATTR);

Completed in 547 milliseconds

1234567891011>>