Searched defs:verifyRealmContext (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DRealmContextFilterTest.java118 verifyRealmContext(contextCaptor.getValue(), "", "/", null);
137 verifyRealmContext(contextCaptor.getValue(), "/" + DNS_ALIS_SUB_REALM, "", null);
173 verifyRealmContext(contextCaptor.getValue(), "", "/" + SUB_REALM, null);
193 verifyRealmContext(contextCaptor.getValue(), "", "/" + SUB_REALM, null);
213 verifyRealmContext(contextCaptor.getValue(), "", "/", null);
233 verifyRealmContext(contextCaptor.getValue(), "/" + DNS_ALIS_SUB_REALM, "/" + SUB_REALM, null);
273 verifyRealmContext(contextCaptor.getValue(), "/", "", OVERRIDE_REALM);
293 verifyRealmContext(contextCaptor.getValue(), "/", "", OVERRIDE_REALM);
330 verifyRealmContext(contextCaptor.getValue(), "/" + DNS_ALIS_SUB_REALM, "", OVERRIDE_REALM);
351 verifyRealmContext(contextCapto
531 private void verifyRealmContext(Context context, String expectedDnsAliasRealm, method in class:RealmContextFilterTest
[all...]
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/
H A DRealmContextFilterTest.java129 verifyRealmContext(contextCaptor.getValue(), Realm.root());
149 verifyRealmContext(contextCaptor.getValue(), realm);
186 verifyRealmContext(contextCaptor.getValue(), realm);
207 verifyRealmContext(contextCaptor.getValue(), realm);
227 verifyRealmContext(contextCaptor.getValue(), Realm.root());
248 verifyRealmContext(contextCaptor.getValue(), realm);
289 verifyRealmContext(contextCaptor.getValue(), realm);
310 verifyRealmContext(contextCaptor.getValue(), realm);
348 verifyRealmContext(contextCaptor.getValue(), realm);
370 verifyRealmContext(contextCapto
552 private void verifyRealmContext(Context context, Realm expectedRealm) { method in class:RealmContextFilterTest
[all...]

Completed in 21 milliseconds