| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/ |
| H A D | EntryStringConverter.java | 30 public String convert(Entry entry, String[] requestedAttributes) { argument 31 Reject.ifTrue(requestedAttributes == null || requestedAttributes.length != 1); 32 return entry.getAttribute(requestedAttributes[0]).firstValueAsString();
|
| H A D | EntryConverter.java | 29 * @param requestedAttributes The list of requested attributes, or null. 32 T convert(Entry entry, String[] requestedAttributes); argument
|
| H A D | EntryPartialTokenConverter.java | 40 public PartialToken convert(Entry entry, String[] requestedAttributes) { argument
|
| H A D | EntryTokenConverter.java | 41 public Token convert(Entry entry, String[] requestedAttributes) { argument
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/ |
| H A D | EntryStringConverter.java | 30 public String convert(Entry entry, String[] requestedAttributes) { argument 31 Reject.ifTrue(requestedAttributes == null || requestedAttributes.length != 1); 32 return entry.getAttribute(requestedAttributes[0]).firstValueAsString();
|
| H A D | EntryConverter.java | 29 * @param requestedAttributes The list of requested attributes, or null. 32 T convert(Entry entry, String[] requestedAttributes); argument
|
| H A D | EntryPartialTokenConverter.java | 40 public PartialToken convert(Entry entry, String[] requestedAttributes) { argument
|
| H A D | LdapQueryBuilder.java | 100 if (String.class.equals(returnType) && requestedAttributes.length != 1) { 117 .returnAttributes(requestedAttributes) 189 if (requestedAttributes.length == 0) { 192 attributes = requestedAttributes; 194 attributes = Arrays.copyOf(requestedAttributes, requestedAttributes.length + 1); 201 for (String attr : requestedAttributes) { 247 StringUtils.join(requestedAttributes, ", ")); 298 results.add(converter.convert(entry, requestedAttributes));
|
| H A D | EntryTokenConverter.java | 41 public Token convert(Entry entry, String[] requestedAttributes) { argument
|
| /forgerock/opendj2/src/server/org/opends/server/controls/ |
| H A D | LDAPPreReadRequestControl.java | 130 private Set<String> requestedAttributes; field in class:LDAPPreReadRequestControl 157 requestedAttributes = null; 214 if (requestedAttributes == null) 216 requestedAttributes = normalizedObjectClasses(rawAttributes); 218 return requestedAttributes;
|
| H A D | LDAPPostReadRequestControl.java | 130 private Set<String> requestedAttributes; field in class:LDAPPostReadRequestControl 157 requestedAttributes = null; 187 requestedAttributes = null; 244 if (requestedAttributes == null) 246 requestedAttributes = normalizedObjectClasses(rawAttributes); 248 return requestedAttributes;
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/controls/ |
| H A D | LDAPPreReadRequestControl.java | 131 private Set<String> requestedAttributes; field in class:LDAPPreReadRequestControl 158 requestedAttributes = null; 215 if (requestedAttributes == null) 217 requestedAttributes = normalizedObjectClasses(rawAttributes); 219 return requestedAttributes;
|
| H A D | LDAPPostReadRequestControl.java | 131 private Set<String> requestedAttributes; field in class:LDAPPostReadRequestControl 158 requestedAttributes = null; 188 requestedAttributes = null; 245 if (requestedAttributes == null) 247 requestedAttributes = normalizedObjectClasses(rawAttributes); 249 return requestedAttributes;
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/controls/ |
| H A D | LDAPPreReadRequestControl.java | 131 private Set<String> requestedAttributes; field in class:LDAPPreReadRequestControl 158 requestedAttributes = null; 215 if (requestedAttributes == null) 217 requestedAttributes = normalizedObjectClasses(rawAttributes); 219 return requestedAttributes;
|
| H A D | LDAPPostReadRequestControl.java | 131 private Set<String> requestedAttributes; field in class:LDAPPostReadRequestControl 158 requestedAttributes = null; 188 requestedAttributes = null; 245 if (requestedAttributes == null) 247 requestedAttributes = normalizedObjectClasses(rawAttributes); 249 return requestedAttributes;
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/ |
| H A D | LDAPPreReadRequestControl.java | 131 private Set<String> requestedAttributes; field in class:LDAPPreReadRequestControl 158 requestedAttributes = null; 215 if (requestedAttributes == null) 217 requestedAttributes = normalizedObjectClasses(rawAttributes); 219 return requestedAttributes;
|
| H A D | LDAPPostReadRequestControl.java | 131 private Set<String> requestedAttributes; field in class:LDAPPostReadRequestControl 158 requestedAttributes = null; 188 requestedAttributes = null; 245 if (requestedAttributes == null) 247 requestedAttributes = normalizedObjectClasses(rawAttributes); 249 return requestedAttributes;
|
| /forgerock/opendj2-hg/src/server/org/opends/server/controls/ |
| H A D | LDAPPreReadRequestControl.java | 130 private Set<String> requestedAttributes; field in class:LDAPPreReadRequestControl 157 requestedAttributes = null; 214 if (requestedAttributes == null) 216 requestedAttributes = normalizedObjectClasses(rawAttributes); 218 return requestedAttributes;
|
| H A D | LDAPPostReadRequestControl.java | 130 private Set<String> requestedAttributes; field in class:LDAPPostReadRequestControl 157 requestedAttributes = null; 187 requestedAttributes = null; 244 if (requestedAttributes == null) 246 requestedAttributes = normalizedObjectClasses(rawAttributes); 248 return requestedAttributes;
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/ |
| H A D | LDAPPreReadRequestControl.java | 120 private Set<String> requestedAttributes; field in class:LDAPPreReadRequestControl 147 requestedAttributes = null; 204 if (requestedAttributes == null) 206 requestedAttributes = normalizedObjectClasses(rawAttributes); 208 return requestedAttributes;
|
| H A D | LDAPPostReadRequestControl.java | 120 private Set<String> requestedAttributes; field in class:LDAPPostReadRequestControl 147 requestedAttributes = null; 177 requestedAttributes = null; 234 if (requestedAttributes == null) 236 requestedAttributes = normalizedObjectClasses(rawAttributes); 238 return requestedAttributes;
|
| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/query/ |
| H A D | QueryBuilder.java | 45 protected String[] requestedAttributes = new String[]{}; field in class:QueryBuilder 128 requestedAttributes = fields.toArray(new String[fields.size()]); 181 if (!ArrayUtils.isEmpty(requestedAttributes)) {
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
| H A D | ExactMatchIdentityMapper.java | 78 private LinkedHashSet<String> requestedAttributes; field in class:ExactMatchIdentityMapper 138 requestedAttributes = new LinkedHashSet<String>(2); 139 requestedAttributes.add("*"); 140 requestedAttributes.add("+"); 216 false, filter, requestedAttributes);
|
| H A D | SubjectDNToUserAttributeCertificateMapper.java | 83 private LinkedHashSet<String> requestedAttributes; field in class:SubjectDNToUserAttributeCertificateMapper 136 requestedAttributes = new LinkedHashSet<String>(2); 137 requestedAttributes.add("*"); 138 requestedAttributes.add("+"); 222 false, filter, requestedAttributes);
|
| /forgerock/opendj2/src/server/org/opends/server/extensions/ |
| H A D | ExactMatchIdentityMapper.java | 77 private LinkedHashSet<String> requestedAttributes; field in class:ExactMatchIdentityMapper 137 requestedAttributes = new LinkedHashSet<String>(2); 138 requestedAttributes.add("*"); 139 requestedAttributes.add("+"); 215 false, filter, requestedAttributes);
|