Searched defs:matchesEvent (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java95 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.CloseEvent
100 return getConnectionEvent.matchesEvent(closeEvent.getConnectionEvent);
134 return matchesEvent((Event<?>) obj);
160 abstract boolean matchesEvent(Event<?> event); method in class:LDAPPassThroughAuthenticationPolicyTestCase.Event
215 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetConnectionEvent
220 return fevent.matchesEvent(getConnectionEvent.fevent);
266 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
1501 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.SearchEvent
1506 return cevent.matchesEvent(searchEvent.cevent)
1592 boolean matchesEvent(fina method in class:LDAPPassThroughAuthenticationPolicyTestCase.SimpleBindEvent
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java88 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.CloseEvent
93 return getConnectionEvent.matchesEvent(closeEvent.getConnectionEvent);
124 return matchesEvent((Event<?>) obj);
145 abstract boolean matchesEvent(Event<?> event); method in class:LDAPPassThroughAuthenticationPolicyTestCase.Event
189 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetConnectionEvent
194 return fevent.matchesEvent(getConnectionEvent.fevent);
237 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
1475 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.SearchEvent
1480 return cevent.matchesEvent(searchEvent.cevent)
1560 boolean matchesEvent(fina method in class:LDAPPassThroughAuthenticationPolicyTestCase.SimpleBindEvent
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java96 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.CloseEvent
101 return getConnectionEvent.matchesEvent(closeEvent.getConnectionEvent);
135 return matchesEvent((Event<?>) obj);
161 abstract boolean matchesEvent(Event<?> event); method in class:LDAPPassThroughAuthenticationPolicyTestCase.Event
216 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetConnectionEvent
221 return fevent.matchesEvent(getConnectionEvent.fevent);
267 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
1507 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.SearchEvent
1512 return cevent.matchesEvent(searchEvent.cevent)
1598 boolean matchesEvent(fina method in class:LDAPPassThroughAuthenticationPolicyTestCase.SimpleBindEvent
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java88 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.CloseEvent
93 return getConnectionEvent.matchesEvent(closeEvent.getConnectionEvent);
124 return matchesEvent((Event<?>) obj);
145 abstract boolean matchesEvent(Event<?> event); method in class:LDAPPassThroughAuthenticationPolicyTestCase.Event
189 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetConnectionEvent
194 return fevent.matchesEvent(getConnectionEvent.fevent);
237 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
1475 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.SearchEvent
1480 return cevent.matchesEvent(searchEvent.cevent)
1560 boolean matchesEvent(fina method in class:LDAPPassThroughAuthenticationPolicyTestCase.SimpleBindEvent
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java95 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.CloseEvent
100 return getConnectionEvent.matchesEvent(closeEvent.getConnectionEvent);
134 return matchesEvent((Event<?>) obj);
160 abstract boolean matchesEvent(Event<?> event); method in class:LDAPPassThroughAuthenticationPolicyTestCase.Event
215 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetConnectionEvent
220 return fevent.matchesEvent(getConnectionEvent.fevent);
266 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
1501 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.SearchEvent
1506 return cevent.matchesEvent(searchEvent.cevent)
1592 boolean matchesEvent(fina method in class:LDAPPassThroughAuthenticationPolicyTestCase.SimpleBindEvent
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java91 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.CloseEvent
96 return getConnectionEvent.matchesEvent(closeEvent.getConnectionEvent);
125 return matchesEvent((Event<?>) obj);
146 abstract boolean matchesEvent(Event<?> event); method in class:LDAPPassThroughAuthenticationPolicyTestCase.Event
185 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetConnectionEvent
190 return fevent.matchesEvent(getConnectionEvent.fevent);
229 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
1428 boolean matchesEvent(final Event<?> event) method in class:LDAPPassThroughAuthenticationPolicyTestCase.SearchEvent
1433 return cevent.matchesEvent(searchEvent.cevent)
1507 boolean matchesEvent(fina method in class:LDAPPassThroughAuthenticationPolicyTestCase.SimpleBindEvent
[all...]

Completed in 55 milliseconds