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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMSEmbeddedLdapObject.java118 static LinkedHashSet<String> smsAttributes; field in class:SMSEmbeddedLdapObject
170 smsAttributes = new LinkedHashSet(smsAttrs.length);
172 smsAttributes.add(smsAttrs[i]);
221 smsAttributes.toArray(new String[smsAttributes.size()]));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DSMSEmbeddedLdapObject.java120 static LinkedHashSet<String> smsAttributes; field in class:SMSEmbeddedLdapObject
172 smsAttributes = new LinkedHashSet(smsAttrs.length);
174 smsAttributes.add(smsAttrs[i]);
222 SearchFilter.objectClassPresent(), smsAttributes.toArray(new String[smsAttributes.size()]));

Completed in 23 milliseconds