Searched defs:add (Results 126 - 150 of 349) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java16 * If applicable, add the following below this CDDL HEADER, with the
309 public boolean add(EntryID entryID) method in class:EntryIDSet
H A DSortValuesSet.java16 * If applicable, add the following below this CDDL HEADER, with the
94 * @param entryID The entry ID to add.
95 * @param values The values to add.
101 public boolean add(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperationWrapper.java16 * If applicable, add the following below this CDDL HEADER, with the
35 * This abstract class wraps/decorates a given add operation.
44 * Creates a new add operation based on the provided add operation.
46 * @param add The add operation to wrap
48 public AddOperationWrapper(AddOperation add) argument
50 super(add);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java16 * If applicable, add the following below this CDDL HEADER, with the
201 protected void add(AttributeValue addedValue, CSN csn) method in class:AttrHistoricalMultiple
218 * time when the add is done
220 private void add(Attribute attr, CSN csn) method in class:AttrHistoricalMultiple
297 * then process the addedValues as if they were coming from a add
374 add(modAttr, csn);
380 add(modAttr, csn);
436 builder.add(valInfo.getAttributeValue());
535 * Process a add attribute values that is conflicting with a previous
548 * attr value if does not exist add historicalvalueadde
[all...]
H A DFractionalLDIFImportPlugin.java16 * If applicable, add the following below this CDDL HEADER, with the
450 add(attrBuilder, "*", fractionalAllClassesAttributes);
458 if (add(attrBuilder, specific.getKey(), specific.getValue()))
474 private static boolean add(AttributeBuilder attrBuilder, String className, method in class:FractionalLDIFImportPlugin
479 attrBuilder.add(className + ":" + collectionToString(values, ","));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java18 * add the following below this CDDL HEADER, with the fields enclosed
70 private JButton add; field in class:AddRemovePanel
88 * this mask, the panel will display the add all button.
94 * Constructor of the default add remove panel (including 'Add All' and
105 * Constructor of the add remove panel allowing the user to provide some
128 add(availableLabel, gbc);
132 add(selectedLabel, gbc);
219 add(availableScroll, gbc);
226 add = Utilities.createButton(INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON.get());
227 add
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
310 public boolean add(EntryID entryID) method in class:EntryIDSet
H A DSortValuesSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
95 * @param entryID The entry ID to add.
96 * @param values The values to add.
102 public boolean add(long entryID, AttributeValue[] values) method in class:SortValuesSet
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DAttrSet.java20 * If applicable, add the following below the CDDL Header,
72 _attrs.add(attrs[i]);
84 add(attr);
100 values.add(value.toByteArray());
102 _attrs.add(new Attr(attribute.getAttributeDescriptionAsString(), values.toArray(new byte[0][])));
114 public void add(Attr attr) { method in class:AttrSet
119 _attrs.add(attr);
122 // add new values to existing attribute
138 _attrs.add(attr);
141 // add ne
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementCombiner.java20 * If applicable, add the following below the CDDL Header,
100 results.add(rootE);
109 public void add(List<Entitlement> entitlements) { method in class:EntitlementCombiner
156 results.add(tmp);
H A DPrivilegeIndexStore.java20 * If applicable, add the following below the CDDL Header,
125 public abstract void add(Set<IPrivilege> privileges) method in class:PrivilegeIndexStore
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSubEntries.java20 * If applicable, add the following below the CDDL Header,
106 // Obtain sub-entries and add to cache
163 protected void add(String entry) { method in class:CachedSubEntries
262 // Not in cache, synchronize and add to cache
266 // Create and add to cache
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DAddRemovePanel.java16 * If applicable, add the following below this CDDL HEADER, with the
70 private JButton add; field in class:AddRemovePanel
88 * this mask, the panel will display the add all button.
94 * Constructor of the default add remove panel (including 'Add All' and
105 * Constructor of the add remove panel allowing the user to provide some
128 add(availableLabel, gbc);
132 add(selectedLabel, gbc);
211 add(availableScroll, gbc);
218 add = Utilities.createButton(INFO_CTRL_PANEL_ADDREMOVE_ADD_BUTTON.get());
219 add
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/
H A DScanActivity.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
19 package com.forgerock.authenticator.add;
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java211 * @param privilege privilege to add.
215 public void add(Privilege privilege) throws EntitlementException { method in class:PolicyPrivilegeManager
216 super.add(privilege);
385 privileges.add(findByName(name));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DAttrHistoricalMultiple.java16 * If applicable, add the following below this CDDL HEADER, with the
183 * time when the add is done
185 private void add(Attribute attr, CSN csn) method in class:AttrHistoricalMultiple
189 add(val, csn);
201 void add(ByteString addedValue, CSN csn) method in class:AttrHistoricalMultiple
288 * then process the addedValues as if they were coming from an add
353 add(modAttr, csn);
359 add(modAttr, csn);
409 builder.add(valInfo.getAttributeValue());
502 * Process a add attribut
[all...]
H A DAttrHistoricalSingle.java16 * If applicable, add the following below this CDDL HEADER, with the
92 add(csn, newValue);
117 private void add(CSN csn, ByteString newValue) method in class:AttrHistoricalSingle
226 add(csn, newValue);
234 add(csn, newValue);
H A DFractionalLDIFImportPlugin.java16 * If applicable, add the following below this CDDL HEADER, with the
444 add(attrBuilder, "*", fractionalAllClassesAttributes);
452 if (add(attrBuilder, specific.getKey(), specific.getValue()))
468 private static boolean add(AttributeBuilder attrBuilder, String className, method in class:FractionalLDIFImportPlugin
473 attrBuilder.add(className + ":" + Utils.joinAsString(",", values));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java16 * If applicable, add the following below this CDDL HEADER, with the
46 public boolean add(UpdateToReplay e) method in class:TestSynchronousReplayQueue
48 return this.list.add(e);
72 return list.add(e);
79 return list.add(e);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DAttrSet.java20 * If applicable, add the following below the CDDL Header,
72 _attrs.add(attrs[i]);
84 add(attr);
100 values.add(value.toByteArray());
102 _attrs.add(new Attr(attribute.getAttributeDescriptionAsString(), values.toArray(new byte[0][])));
114 public void add(Attr attr) { method in class:AttrSet
119 _attrs.add(attr);
122 // add new values to existing attribute
138 _attrs.add(attr);
141 // add ne
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementCombiner.java20 * If applicable, add the following below the CDDL Header,
101 results.add(rootE);
110 public void add(List<Entitlement> entitlements) { method in class:EntitlementCombiner
157 results.add(tmp);
H A DPrivilegeIndexStore.java20 * If applicable, add the following below the CDDL Header,
125 public abstract void add(Set<IPrivilege> privileges) method in class:PrivilegeIndexStore
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCachedSubEntries.java20 * If applicable, add the following below the CDDL Header,
112 // Obtain sub-entries and add to cache
169 protected void add(String entry) { method in class:CachedSubEntries
270 // Not in cache, synchronize and add to cache
274 // Create and add to cache
305 add(LDAPUtils.rdnValueFromDn(dn));
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java193 * @param privilege privilege to add.
197 public void add(Privilege privilege) throws EntitlementException { method in class:PolicyPrivilegeManager
198 super.add(privilege);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDbHandler.java18 * add the following below this CDDL HEADER, with the fields enclosed
71 // Adding an update synchronously add the update to this list.
85 // the threads calling add() method will be blocked if the size of
171 public void add(UpdateMsg update) method in class:DbHandler
192 msgQueue.add(update);
220 changes.add(msg);
527 attributes.add(Attributes.create("replicationServer-database",
529 attributes.add(Attributes.create("domain-name", baseDn));
533 attributes.add(Attributes.create("first-change", firstChange
540 attributes.add(Attribute
[all...]

Completed in 326 milliseconds

1234567891011>>