Searched refs:getRequestedAttributes (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java212 public Set<String> getRequestedAttributes() method in class:LDAPPreReadRequestControl
H A DLDAPPostReadRequestControl.java242 public Set<String> getRequestedAttributes() method in class:LDAPPostReadRequestControl
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java213 public Set<String> getRequestedAttributes() method in class:LDAPPreReadRequestControl
H A DLDAPPostReadRequestControl.java243 public Set<String> getRequestedAttributes() method in class:LDAPPostReadRequestControl
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java213 public Set<String> getRequestedAttributes() method in class:LDAPPreReadRequestControl
H A DLDAPPostReadRequestControl.java243 public Set<String> getRequestedAttributes() method in class:LDAPPostReadRequestControl
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java213 public Set<String> getRequestedAttributes() method in class:LDAPPreReadRequestControl
H A DLDAPPostReadRequestControl.java243 public Set<String> getRequestedAttributes() method in class:LDAPPostReadRequestControl
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java212 public Set<String> getRequestedAttributes() method in class:LDAPPreReadRequestControl
H A DLDAPPostReadRequestControl.java242 public Set<String> getRequestedAttributes() method in class:LDAPPostReadRequestControl
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java202 public Set<String> getRequestedAttributes() method in class:LDAPPreReadRequestControl
H A DLDAPPostReadRequestControl.java232 public Set<String> getRequestedAttributes() method in class:LDAPPostReadRequestControl
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java404 postReadRequest.getRequestedAttributes(), false, false, false);
449 preReadRequest.getRequestedAttributes(), false, false, false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java404 postReadRequest.getRequestedAttributes(), false, false, false);
449 preReadRequest.getRequestedAttributes(), false, false, false);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DLdapQueryBuilder.java135 getRequestedAttributes());
187 private String[] getRequestedAttributes() { method in class:LdapQueryBuilder
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java528 postReadRequest.getRequestedAttributes(), false, false, false);
573 preReadRequest.getRequestedAttributes(), false, false, false);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java415 postReadRequest.getRequestedAttributes(), false, false, false);
460 preReadRequest.getRequestedAttributes(), false, false, false);
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java528 postReadRequest.getRequestedAttributes(), false, false, false);
573 preReadRequest.getRequestedAttributes(), false, false, false);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java628 final Entry filteredEntry = fullEntry.filterEntry(postReadRequest.getRequestedAttributes(), false, false, false);
662 final Entry filteredEntry = entry.filterEntry(preReadRequest.getRequestedAttributes(), false, false, false);

Completed in 52 milliseconds