Searched defs:entryAttrs (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java588 * @param entryAttrs The provided list of entry attributes.
590 public void setEclIncludes(Collection<Attribute> entryAttrs) argument
592 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java402 * @param entryAttrs The provided list of entry attributes.
404 public void setEclIncludes(Collection<Attribute> entryAttrs) argument
406 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java588 * @param entryAttrs The provided list of entry attributes.
590 public void setEclIncludes(Collection<Attribute> entryAttrs) argument
592 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java588 * @param entryAttrs The provided list of entry attributes.
590 public void setEclIncludes(Collection<Attribute> entryAttrs) argument
592 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java402 * @param entryAttrs The provided list of entry attributes.
404 public void setEclIncludes(Collection<Attribute> entryAttrs) argument
406 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DLDAPUpdateMsg.java406 * @param entryAttrs The provided list of entry attributes.
408 public void setEclIncludes(Collection<Attribute> entryAttrs) argument
410 this.encodedEclIncludes = encodeAttributes(entryAttrs);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java712 ArrayList<String> entryAttrs = new ArrayList<String>();
713 entryAttrs.addAll(sr.getAttributeNames());
716 for (String attr : entryAttrs)
738 attrNames.add(entryAttrs.get(index));
817 updateAttributes(attributes, requiredAttributes, entryAttrs,
819 updateAttributes(attributes, requiredAttributes, entryAttrs,
821 updateAttributes(attributes, allowedAttributes, entryAttrs,
823 updateAttributes(attributes, allowedAttributes, entryAttrs,
827 for (String attr : entryAttrs)
837 attributes.retainAll(entryAttrs);
865 updateAttributes( Collection<String> attributes, Set<String> newAttributes, ArrayList<String> entryAttrs, ArrayList<String> attrsWithNoOptions, boolean addIfFriendlyName) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java710 ArrayList<String> entryAttrs = new ArrayList<String>();
711 entryAttrs.addAll(sr.getAttributeNames());
714 for (String attr : entryAttrs)
736 attrNames.add(entryAttrs.get(index));
815 updateAttributes(attributes, requiredAttributes, entryAttrs,
817 updateAttributes(attributes, requiredAttributes, entryAttrs,
819 updateAttributes(attributes, allowedAttributes, entryAttrs,
821 updateAttributes(attributes, allowedAttributes, entryAttrs,
825 for (String attr : entryAttrs)
835 attributes.retainAll(entryAttrs);
863 updateAttributes( Collection<String> attributes, Set<String> newAttributes, ArrayList<String> entryAttrs, ArrayList<String> attrsWithNoOptions, boolean addIfFriendlyName) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java709 ArrayList<String> entryAttrs = new ArrayList<String>();
710 entryAttrs.addAll(sr.getAttributeNames());
713 for (String attr : entryAttrs)
735 attrNames.add(entryAttrs.get(index));
814 updateAttributes(attributes, requiredAttributes, entryAttrs,
816 updateAttributes(attributes, requiredAttributes, entryAttrs,
818 updateAttributes(attributes, allowedAttributes, entryAttrs,
820 updateAttributes(attributes, allowedAttributes, entryAttrs,
824 for (String attr : entryAttrs)
834 attributes.retainAll(entryAttrs);
862 updateAttributes( Collection<String> attributes, Set<String> newAttributes, ArrayList<String> entryAttrs, ArrayList<String> attrsWithNoOptions, boolean addIfFriendlyName) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java710 ArrayList<String> entryAttrs = new ArrayList<String>();
711 entryAttrs.addAll(sr.getAttributeNames());
714 for (String attr : entryAttrs)
736 attrNames.add(entryAttrs.get(index));
815 updateAttributes(attributes, requiredAttributes, entryAttrs,
817 updateAttributes(attributes, requiredAttributes, entryAttrs,
819 updateAttributes(attributes, allowedAttributes, entryAttrs,
821 updateAttributes(attributes, allowedAttributes, entryAttrs,
825 for (String attr : entryAttrs)
835 attributes.retainAll(entryAttrs);
863 updateAttributes( Collection<String> attributes, Set<String> newAttributes, ArrayList<String> entryAttrs, ArrayList<String> attrsWithNoOptions, boolean addIfFriendlyName) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java712 ArrayList<String> entryAttrs = new ArrayList<String>();
713 entryAttrs.addAll(sr.getAttributeNames());
716 for (String attr : entryAttrs)
738 attrNames.add(entryAttrs.get(index));
817 updateAttributes(attributes, requiredAttributes, entryAttrs,
819 updateAttributes(attributes, requiredAttributes, entryAttrs,
821 updateAttributes(attributes, allowedAttributes, entryAttrs,
823 updateAttributes(attributes, allowedAttributes, entryAttrs,
827 for (String attr : entryAttrs)
837 attributes.retainAll(entryAttrs);
865 updateAttributes( Collection<String> attributes, Set<String> newAttributes, ArrayList<String> entryAttrs, ArrayList<String> attrsWithNoOptions, boolean addIfFriendlyName) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java678 ArrayList<String> entryAttrs = new ArrayList<>(sr.getAttributeNames());
680 for (String attr : entryAttrs)
702 attrNames.add(entryAttrs.get(index));
781 updateAttributes(attributes, requiredAttributes, entryAttrs,
783 updateAttributes(attributes, requiredAttributes, entryAttrs,
785 updateAttributes(attributes, allowedAttributes, entryAttrs,
787 updateAttributes(attributes, allowedAttributes, entryAttrs,
791 attributes.addAll(entryAttrs);
797 attributes.retainAll(entryAttrs);
828 ArrayList<String> entryAttrs,
825 updateAttributes( Collection<String> attributes, Set<String> newAttributes, ArrayList<String> entryAttrs, ArrayList<String> attrsWithNoOptions, boolean addIfFriendlyName) argument
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2-hg/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 204 milliseconds