Searched refs:id (Results 276 - 300 of 1565) sorted by relevance

<<11121314151617181920>>

/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/storage/
H A DIdentityDatabaseTest.java53 * -adding a different object results in a different id
56 * -can't delete with invalid id (check number of elements and return value)
58 * -can't update with invalid id
120 long id = database.addIdentity(identity);
122 assertNotEquals(id, -1l);
124 assertNotEquals(id, otherId);
146 long id = database.addIdentity(BASIC_IDENTITY);
151 assertTrue(database.deleteIdentity(id));
189 long id = database.addMechanism(mechanism);
191 assertNotEquals(id,
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DServerState.java166 int id = changeNumber.getServerId();
167 ChangeNumber oldCN = list.get(id);
170 list.put(id,changeNumber);
224 for (Integer id : serverState) {
225 ChangeNumber maxChangeNumber = serverState.getMaxChangeNumber(id);
238 * format : time seqnum id
276 for (int id : list.keySet())
278 ByteString value = ByteString.valueOf(list.get(id).toString());
363 for (int id : list.keySet())
365 ChangeNumber tmpMax = list.get(id);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DServerState.java166 int id = changeNumber.getServerId();
167 ChangeNumber oldCN = list.get(id);
170 list.put(id,changeNumber);
224 for (Integer id : serverState) {
225 ChangeNumber maxChangeNumber = serverState.getMaxChangeNumber(id);
238 * format : time seqnum id
276 for (int id : list.keySet())
278 ByteString value = ByteString.valueOf(list.get(id).toString());
363 for (int id : list.keySet())
365 ChangeNumber tmpMax = list.get(id);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DServerState.java166 int id = changeNumber.getServerId();
167 ChangeNumber oldCN = list.get(id);
170 list.put(id,changeNumber);
224 for (Integer id : serverState) {
225 ChangeNumber maxChangeNumber = serverState.getMaxChangeNumber(id);
238 * format : time seqnum id
276 for (int id : list.keySet())
278 ByteString value = ByteString.valueOf(list.get(id).toString());
363 for (int id : list.keySet())
365 ChangeNumber tmpMax = list.get(id);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DID2ChildrenCountTest.java68 private final TreeName id2CountTreeName = new TreeName("base-dn", "index-id");
111 final long expected = stressCounter(8192, id(1), parallelExecutor);
114 assertThat(getCounter(id(1))).isEqualTo(expected);
123 totalExpected += stressCounter(128, id(i), parallelExecutor);
133 updateCount(id(0), 1024);
134 updateCount(id(1), 1024);
135 updateCount(id(2), 1024);
136 updateCount(id(3), 1024);
139 assertThat(removeCount(id(0))).isEqualTo(1024);
142 assertThat(removeCount(id(
230 id(long id) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/audit-sample/tools/
H A DSearchScript.groovy57 // activitydate and auto-incrememnt id
62 where = " WHERE activitydate >= ? AND id > ? "
66 // Default to order by id
67 def orderBy = ["id ASC"]
174 id dataCollector.id
231 id : row.id as String,
261 lastId = row.id
276 id dataCollecto
[all...]
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessageDescriptorRegistry.java88 int id = md.getId();
89 if (id != MessageDescriptor.NULL_ID) {
90 ID_TO_DESCRIPTORS.put(id, md);
112 * @param id integer value of the message to retreive
113 * @return MessageDescriptor having the ID of <code>id</code>
115 public static MessageDescriptor getMessageDescriptor(int id) { argument
116 return ID_TO_DESCRIPTORS.get(id);
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DGenericConstraint.java140 private final int id; field in class:GenericConstraint
153 * @param id
159 int id, Condition condition) {
161 this.id = id;
208 String property = "constraint." + id + ".synopsis";
158 GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) argument
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessageDescriptorRegistry.java89 int id = md.getId();
90 if (id != MessageDescriptor.NULL_ID) {
91 ID_TO_DESCRIPTORS.put(id, md);
113 * @param id integer value of the message to retreive
114 * @return MessageDescriptor having the ID of <code>id</code>
116 public static MessageDescriptor getMessageDescriptor(int id) { argument
117 return ID_TO_DESCRIPTORS.get(id);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DGenericConstraint.java141 private final int id; field in class:GenericConstraint
154 * @param id
160 int id, Condition condition) {
162 this.id = id;
209 String property = "constraint." + id + ".synopsis";
159 GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DGenericConstraint.java141 private final int id; field in class:GenericConstraint
154 * @param id
160 int id, Condition condition) {
162 this.id = id;
209 String property = "constraint." + id + ".synopsis";
159 GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) argument
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessageDescriptorRegistry.java89 int id = md.getId();
90 if (id != MessageDescriptor.NULL_ID) {
91 ID_TO_DESCRIPTORS.put(id, md);
113 * @param id integer value of the message to retreive
114 * @return MessageDescriptor having the ID of <code>id</code>
116 public static MessageDescriptor getMessageDescriptor(int id) { argument
117 return ID_TO_DESCRIPTORS.get(id);
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessageDescriptorRegistry.java88 int id = md.getId();
89 if (id != MessageDescriptor.NULL_ID) {
90 ID_TO_DESCRIPTORS.put(id, md);
112 * @param id integer value of the message to retreive
113 * @return MessageDescriptor having the ID of <code>id</code>
115 public static MessageDescriptor getMessageDescriptor(int id) { argument
116 return ID_TO_DESCRIPTORS.get(id);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DGenericConstraint.java140 private final int id; field in class:GenericConstraint
153 * @param id
159 int id, Condition condition) {
161 this.id = id;
208 String property = "constraint." + id + ".synopsis";
158 GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) argument
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessageDescriptorRegistry.java89 int id = md.getId();
90 if (id != MessageDescriptor.NULL_ID) {
91 ID_TO_DESCRIPTORS.put(id, md);
113 * @param id integer value of the message to retreive
114 * @return MessageDescriptor having the ID of <code>id</code>
116 public static MessageDescriptor getMessageDescriptor(int id) { argument
117 return ID_TO_DESCRIPTORS.get(id);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DGenericConstraint.java141 private final int id; field in class:GenericConstraint
154 * @param id
160 int id, Condition condition) {
162 this.id = id;
209 String property = "constraint." + id + ".synopsis";
159 GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSiteIDValidator.java93 String id = tok.nextToken();
94 int byteLength = id.getBytes().length;
95 if (byteLength != 2 || idSet.contains(id)) {
98 idSet.add(id);
109 if (serverIdSet.contains(id)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DGenericConstraint.java126 private final int id; field in class:GenericConstraint
139 * @param id
145 int id, Condition condition) {
147 this.id = id;
190 String property = "constraint." + id + ".synopsis";
144 GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) argument
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptConstants.java100 private final String id; field in class:ScriptConstants.GlobalScript
103 GlobalScript(String displayName, String id, ScriptContext context) { argument
105 this.id = id;
122 return id;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DGenericConstraint.java116 private final int id; field in class:GenericConstraint
126 * @param id
131 public GenericConstraint(AbstractManagedObjectDefinition<?, ?> definition, int id, Condition condition) { argument
133 this.id = id;
165 String property = "constraint." + id + ".synopsis";
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateLogEntry.java31 private String id; field in class:UpdateLogEntry
43 return id;
46 public UpdateLogEntry setId(String id) { argument
47 this.id = id;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSiteIDValidator.java83 String id = tok.nextToken();
84 int byteLength = id.getBytes().length;
85 if (byteLength != 2 || idSet.contains(id)) {
88 idSet.add(id);
99 if (serverIdSet.contains(id)) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/realms/
H A DDefaultRealmLookup.java69 String id = null;
73 id = Realm.root().asDN();
76 id = Realm.convertRealmPathToDN(realmName);
84 id = realmName;
97 id = amsc.getOrganizationDN(realmName, null);
112 id = Realm.convertRealmPathToDN(subOrgNames.iterator().next());
123 id = Realm.convertRealmPathToDN(subRealmName);
146 if (StringUtils.isEqualTo(aliasId, id)) {
163 id = Realm.convertRealmPathToDN(tmpS);
170 logger.trace("DefaultRealms:lookup Search for OrgIdentifier:{} returning realm DN: {}", realmName, id);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DConsentHeader.java53 private String id = null; field in class:ConsentHeader
76 id = XMLUtils.getNodeAttributeValue(
128 * Returns value of <code>id</code> attribute.
130 * @return value of <code>id</code> attribute.
133 return id;
187 id = SAMLUtils.generateID();
189 id = null;
213 if (id != null) {
215 id);
H A DUsageDirectiveHeader.java55 private String id = null; field in class:UsageDirectiveHeader
87 id = XMLUtils.getNodeAttributeValue(
126 * Returns value of <code>id</code> attribute.
128 * @return value of <code>id</code> attribute.
131 return id;
209 id = SAMLUtils.generateID();
211 id = null;
231 if (id != null) {
234 id);

Completed in 164 milliseconds

<<11121314151617181920>>