Searched refs:returnAttributes (Results 1 - 15 of 15) sorted by relevance

/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/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/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
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java256 final Set<String> returnAttributes = getReturnAttributes();
257 idsc.setReturnAttributes(returnAttributes);
400 Set<String> returnAttributes = new HashSet<String>(2);
402 returnAttributes.add(emailAttribute);
406 returnAttributes.add(telephoneAttribute);
409 return returnAttributes;
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java258 final Set<String> returnAttributes = getReturnAttributes();
259 idsc.setReturnAttributes(returnAttributes);
402 Set<String> returnAttributes = new HashSet<String>(2);
404 returnAttributes.add(emailAttribute);
408 returnAttributes.add(telephoneAttribute);
411 return returnAttributes;
/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
H A DLdapQueryBuilder.java117 .returnAttributes(requestedAttributes)
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java186 Map returnAttributes = null;
189 returnAttributes = new HashMap();
190 returnAttributes.put(SMSJAXRPCObject.AMJAXRPCVERSIONSTR,
200 returnAttributes = new HashMap();
205 returnAttributes.put(attrName, o);
208 returnAttributes = attrs;
211 return returnAttributes;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java188 Map returnAttributes = null;
191 returnAttributes = new HashMap();
192 returnAttributes.put(SMSJAXRPCObject.AMJAXRPCVERSIONSTR,
202 returnAttributes = new HashMap();
207 returnAttributes.put(attrName, o);
210 returnAttributes = attrs;
213 return returnAttributes;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolver.java199 Set<String> returnAttributes = new HashSet<>(4);
200 returnAttributes.add(LDAP_ATTR_NAME);
201 returnAttributes.add(LDAP_STATUS_ATTR_NAME);
207 idSearchControl.setReturnAttributes(returnAttributes);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java908 List<Attribute> returnAttributes = new ArrayList<Attribute>();
925 returnAttributes.add(attr);
932 return returnAttributes;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java910 List<Attribute> returnAttributes = new ArrayList<Attribute>();
927 returnAttributes.add(attr);
934 return returnAttributes;

Completed in 105 milliseconds