Searched refs:otherId (Results 1 - 2 of 2) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr115/
H A DSharedState.java151 * @param otherId
155 static void link(String id, String otherId) argument
161 if (otherId.equals(id)) {
168 String key1 = AgentConfiguration.getApplicationUser() + otherId;
175 String msg = "Linked policy configuration (" + otherId + ") does not exist";
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/storage/
H A DIdentityDatabaseTest.java121 long otherId = database.addIdentity(otherIdentity);
123 assertNotEquals(otherId, -1l);
124 assertNotEquals(id, otherId);
190 long otherId = database.addMechanism(otherMechanism);
192 assertNotEquals(otherId, -1l);
193 assertNotEquals(id, otherId);
202 long otherId = database.addMechanism(otherMechanism);
204 assertEquals(otherId, -1l);
296 long otherId = database.addNotification(otherNotification);
298 assertNotEquals(otherId,
[all...]

Completed in 77 milliseconds