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

12

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/collections/
H A DSimplePrefixSet.java2 * The contents of this file are subject to the terms of the Common Development and
6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12 * information: "Portions copyright [year] [name of copyright owner]".
25 * A prefix set that simply iterates through a list of prefix candidates and tests each in turn. Suitable when the
26 * number of prefixes is relatively small.
32 * Constructs the prefix set with the given collection of prefix strings to test.
41 * Constructs a prefix set with the given set of prefixes to test.
46 public static SimplePrefixSet of(String... prefixes) { method in class:SimplePrefixSet
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/collections/
H A DSimplePrefixSet.java2 * The contents of this file are subject to the terms of the Common Development and
6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12 * information: "Portions copyright [year] [name of copyright owner]".
25 * A prefix set that simply iterates through a list of prefix candidates and tests each in turn. Suitable when the
26 * number of prefixes is relatively small.
32 * Constructs the prefix set with the given collection of prefix strings to test.
41 * Constructs a prefix set with the given set of prefixes to test.
46 public static SimplePrefixSet of(String... prefixes) { method in class:SimplePrefixSet
/forgerock/openam/openam-notifications/src/main/java/org/forgerock/openam/notifications/
H A DTopic.java2 * The contents of this file are subject to the terms of the Common Development and
6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12 * information: "Portions copyright [year] [name of copyright owner]".
22 * Immutable representation of a topic identifier.
35 * Creates a new instance of topic.
40 public static Topic of(String identifier) { method in class:Topic
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/api/
H A DReplicaId.java4 * The contents of this file are subject to the terms of the
9 * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
19 * Portions Copyright [yyyy] [name of copyright owner]
29 /** Replica identifier comprised of the domain baseDN and its serverId within this domain. */
58 public static ReplicaId of(DN baseDN, int serverId) method in class:ReplicaId
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DUtils.java3 * The contents of this file are subject to the terms of the Common Development and
7 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
13 * information: "Portions copyright [year] [name of copyright owner]".
37 * A Utils class is a collection of common methods used in the script library.
70 public static <A, B> Pair<A, B> of(final A a, final B b) { method in class:Utils.Pair
117 valueStack.push(Pair.of(source, (Object) copy));
125 valueStack.push(Pair.of(source, (Object) copy));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/realms/
H A DRealm.java2 * The contents of this file are subject to the terms of the Common Development and
6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12 * information: "Portions copyright [year] [name of copyright owner]".
27 * <p>On creation of a {@code Realm} instance the {@literal realm} {@code String} will be validated
81 * @return A {@code Realm} instance of the {@literal realm}.
85 public static Realm of(String realm) throws RealmLookupException { method in class:Realm
95 * @return A {@code Realm} instance of the concatenation of {@literal realm} and
100 public static Realm of(Real method in class:Realm
[all...]
/forgerock/openam/openam-notifications/src/main/java/org/forgerock/openam/notifications/brokers/
H A DInMemoryNotificationBroker.java2 * The contents of this file are subject to the terms of the Common Development and
6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12 * information: "Portions copyright [year] [name of copyright owner]".
50 * a single thread for reading from it. Routing of notifications to subscriptions is done
75 * @param queueSize the number of notifications to buffer in memory
83 Reject.ifTrue(consumers <= 0, "Number of consumer threads must be a positive integer");
105 NotificationEntry entry = NotificationEntry.of(topic, packageNotification(topic, notification));
242 static NotificationEntry of(Topic topic, JsonValue notification) { method in class:InMemoryNotificationBroker.NotificationEntry
/forgerock/openam/openam-notifications-integration/src/main/java/org/forgerock/openam/notifications/integration/brokers/
H A DCTSNotificationBroker.java2 * The contents of this file are subject to the terms of the Common Development and
6 * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
12 * information: "Portions copyright [year] [name of copyright owner]".
78 * of messages that come in from the CTS.
101 * @param queueSize the size of the queue of notifications waiting to be written to the CTS
102 * @param tokenExpirySeconds the number of seconds that a notification will live in the CTS before it is deleted
103 * @param publishFrequencyMilliseconds the number of milliseconds between each publish to the CTS
147 if (!queue.offer(NotificationEntry.of(topi
266 static NotificationEntry of(Topic topic, JsonValue notification) { method in class:CTSNotificationBroker.NotificationEntry
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsvnkit-cli.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsvnkit-cli-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 956 milliseconds

12