Searched defs:add (Results 1 - 25 of 349) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DProcessStoreImpl.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
29 public void add(String key, JsonValue state) { method in class:ProcessStoreImpl
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/model/
H A DSortedList.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
30 public boolean add(T object) { method in class:SortedList
31 boolean result = super.add(object);
/forgerock/openidm-v4/openidm-jetty-fragment/src/main/java/org/forgerock/openidm/jetty/
H A DDisableOpenIDMAuth.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
50 public static void add(ServerConnector serverConnector) { method in class:DisableOpenIDMAuth
62 clientAuthOnly.add(Integer.valueOf(port));
/forgerock/openam/openam-selfservice/src/main/java/org/forgerock/openam/selfservice/
H A DProcessStoreImpl.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
29 public void add(String key, JsonValue state) { method in class:ProcessStoreImpl
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
121 public boolean add(SubtreeSpecification e) method in class:SubtreeSpecificationSet
123 return pimpl.add(e);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java18 * add the following below this CDDL HEADER, with the fields enclosed
58 public void add(JScrollPane scroll, Point p) method in class:ViewPositions
60 scrolls.add(scroll);
61 points.add(p);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java16 * If applicable, add the following below this CDDL HEADER, with the
57 public void add(JScrollPane scroll, Point p) method in class:ViewPositions
59 scrolls.add(scroll);
60 points.add(p);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DSequentialDBCursor.java16 * If applicable, add the following below this CDDL HEADER, with the
54 public void add(UpdateMsg msg) method in class:SequentialDBCursor
56 this.msgs.add(msg);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java16 * If applicable, add the following below this CDDL HEADER, with the
120 public boolean add(SubtreeSpecification e) method in class:SubtreeSpecificationSet
122 return pimpl.add(e);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
121 public boolean add(SubtreeSpecification e) method in class:SubtreeSpecificationSet
123 return pimpl.add(e);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java18 * add the following below this CDDL HEADER, with the fields enclosed
58 public void add(JScrollPane scroll, Point p) method in class:ViewPositions
60 scrolls.add(scroll);
61 points.add(p);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java16 * If applicable, add the following below this CDDL HEADER, with the
57 public void add(JScrollPane scroll, Point p) method in class:ViewPositions
59 scrolls.add(scroll);
60 points.add(p);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DSequentialDBCursor.java16 * If applicable, add the following below this CDDL HEADER, with the
54 public void add(UpdateMsg msg) method in class:SequentialDBCursor
56 this.msgs.add(msg);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java18 * add the following below this CDDL HEADER, with the fields enclosed
121 public boolean add(SubtreeSpecification e) method in class:SubtreeSpecificationSet
123 return pimpl.add(e);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java16 * If applicable, add the following below this CDDL HEADER, with the
120 public boolean add(SubtreeSpecification e) method in class:SubtreeSpecificationSet
122 return pimpl.add(e);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java18 * add the following below this CDDL HEADER, with the fields enclosed
58 public void add(JScrollPane scroll, Point p) method in class:ViewPositions
60 scrolls.add(scroll);
61 points.add(p);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DDynamicSessionIDExtensions.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
106 public void add(String key, String value) { method in class:DynamicSessionIDExtensions
107 delegate.add(key, value);
H A DSessionIDExtensions.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
43 void add(String key, String value); method in interface:SessionIDExtensions
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep7.java20 * If applicable, add the following below the CDDL Header,
55 add("configDirectory", tmp);
58 add("isEmbedded", "1");
59 add("configStoreHost", "localhost");
62 add("configStoreHost", tmp);
65 add("displayConfigStoreSSL", tmp.equals("SSL") ?
69 add("rootSuffix", tmp);
73 add("configStorePort", tmp);
75 add("configStoreAdminPort", tmp);
77 add("configStoreJmxPor
159 protected void add(String key, Object value) { method in class:Step7
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DIPrivilegeManager.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
46 * @param privilege privilege to add.
49 void add(T privilege) throws EntitlementException; method in interface:IPrivilegeManager
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DSimpleIterator.java20 * If applicable, add the following below the CDDL Header,
42 public void add(Object entry) { method in class:SimpleIterator
43 ll.add(entry);
47 public void add(List entry) { method in class:SimpleIterator
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/jaas/
H A DISPermissionCollection.java20 * If applicable, add the following below the CDDL Header,
41 * of abstract methods like <code>add</code>, <code>implies</code, <code>
47 * <LI> add a permission to the collection using the <code>add</code> method.
82 * @param perm the ISPermission object to add.
90 public void add(Permission perm) { method in class:ISPermissionCollection
101 debug.message("ISPermissionCollection::add(perm) called");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DViewPositions.java16 * If applicable, add the following below this CDDL HEADER, with the
58 public void add(JScrollPane scroll, Point p) method in class:ViewPositions
60 scrolls.add(scroll);
61 points.add(p);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DBufferedIterator.java20 * If applicable, add the following below the CDDL Header,
47 public void add(T entry) { method in class:BufferedIterator
48 queue.add(entry);
51 public void add(List<T> entry) { method in class:BufferedIterator
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJsonArray.java10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
48 public JsonArray add(Object value) { method in class:JsonArray
49 list.add(value);
60 add(value);

Completed in 154 milliseconds

1234567891011>>