Searched refs:fetchAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java462 String fetchAttributes[] = new String[numAttrs + 1];
468 fetchAttributes[i] = attributeNames[i];
473 fetchAttributes[i] = USER_STATUS_ATTRIBUTE;
476 fetchAttributes = attributeNames;
481 retAttrSet = po.getAttributes(fetchAttributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java462 String fetchAttributes[] = new String[numAttrs + 1];
468 fetchAttributes[i] = attributeNames[i];
473 fetchAttributes[i] = USER_STATUS_ATTRIBUTE;
476 fetchAttributes = attributeNames;
481 retAttrSet = po.getAttributes(fetchAttributes);

Completed in 23 milliseconds