Searched defs:returnAttributes (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DCTSDJLDAPv3PersistentSearchBuilder.java103 public CTSDJLDAPv3PersistentSearchBuilder returnAttributes(String... attributeNames) { method in class:CTSDJLDAPv3PersistentSearchBuilder
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java48 private Set returnAttributes = null; field in class:AMSearchControl
81 returnAttributes = attributeNames;
92 if (returnAttributes != null && !returnAttributes.isEmpty()) {
93 returnAttrs = (String[]) returnAttributes
94 .toArray(new String[returnAttributes.size()]);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdSearchControl.java54 private Set returnAttributes = null; field in class:IdSearchControl
94 returnAttributes = new HashSet(attributeNames);
105 return returnAttributes;
260 sb.append("\n\tReturn Attributes: ").append(returnAttributes);
H A DAMIdentityRepository.java253 * @param returnAttributes
265 Set returnAttributes, boolean returnAllAttributes)
273 crtl.setReturnAttributes(returnAttributes);
263 searchIdentities(IdType type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttributes, boolean returnAllAttributes) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java48 private Set returnAttributes = null; field in class:AMSearchControl
81 returnAttributes = attributeNames;
92 if (returnAttributes != null && !returnAttributes.isEmpty()) {
93 returnAttrs = (String[]) returnAttributes
94 .toArray(new String[returnAttributes.size()]);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdSearchControl.java54 private Set returnAttributes = null; field in class:IdSearchControl
94 returnAttributes = new HashSet(attributeNames);
105 return returnAttributes;
260 sb.append("\n\tReturn Attributes: ").append(returnAttributes);
H A DAMIdentityRepository.java254 * @param returnAttributes
266 Set returnAttributes, boolean returnAllAttributes)
274 crtl.setReturnAttributes(returnAttributes);
264 searchIdentities(IdType type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttributes, boolean returnAllAttributes) argument

Completed in 26 milliseconds