Searched refs:extAttributes (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java722 Map extAttributes = getExternalAttributes(token, entryDN, null,
724 if (extAttributes != null && !extAttributes.isEmpty()) {
732 attributes.putAll(extAttributes);
743 Map extAttributes = getExternalAttributes(token, entryDN,
746 if (extAttributes != null && !extAttributes.isEmpty()) {
748 Set extAttrNames = extAttributes.keySet();
760 attributes.putAll(extAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java728 Map extAttributes = getExternalAttributes(token, entryDN, null,
730 if (extAttributes != null && !extAttributes.isEmpty()) {
738 attributes.putAll(extAttributes);
749 Map extAttributes = getExternalAttributes(token, entryDN,
752 if (extAttributes != null && !extAttributes.isEmpty()) {
754 Set extAttrNames = extAttributes.keySet();
767 attributes.putAll(extAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java722 Map extAttributes = getExternalAttributes(token, entryDN, null,
724 if (extAttributes != null && !extAttributes.isEmpty()) {
732 attributes.putAll(extAttributes);
743 Map extAttributes = getExternalAttributes(token, entryDN,
746 if (extAttributes != null && !extAttributes.isEmpty()) {
748 Set extAttrNames = extAttributes.keySet();
760 attributes.putAll(extAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java728 Map extAttributes = getExternalAttributes(token, entryDN, null,
730 if (extAttributes != null && !extAttributes.isEmpty()) {
738 attributes.putAll(extAttributes);
749 Map extAttributes = getExternalAttributes(token, entryDN,
752 if (extAttributes != null && !extAttributes.isEmpty()) {
754 Set extAttrNames = extAttributes.keySet();
767 attributes.putAll(extAttributes);

Completed in 72 milliseconds