Searched defs:GetLDAPConnectionFactoryEvent (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.java171 private final GetLDAPConnectionFactoryEvent fevent;
176 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent)
183 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent,
246 static class GetLDAPConnectionFactoryEvent extends Event<Void> class in class:LDAPPassThroughAuthenticationPolicyTestCase
253 GetLDAPConnectionFactoryEvent(final String hostPort, method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
268 if (event instanceof GetLDAPConnectionFactoryEvent)
270 final GetLDAPConnectionFactoryEvent providerEvent = (GetLDAPConnectionFactoryEvent) event;
289 builder.append("GetLDAPConnectionFactoryEvent(");
375 private final GetLDAPConnectionFactoryEvent getLDAPConnectionFactoryEven
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java154 private final GetLDAPConnectionFactoryEvent fevent;
157 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent)
162 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent,
217 static class GetLDAPConnectionFactoryEvent extends Event<Void> class in class:LDAPPassThroughAuthenticationPolicyTestCase
224 GetLDAPConnectionFactoryEvent(final String hostPort, method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
239 if (event instanceof GetLDAPConnectionFactoryEvent)
241 final GetLDAPConnectionFactoryEvent providerEvent = (GetLDAPConnectionFactoryEvent) event;
257 builder.append("GetLDAPConnectionFactoryEvent(");
343 private final GetLDAPConnectionFactoryEvent getLDAPConnectionFactoryEven
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java172 private final GetLDAPConnectionFactoryEvent fevent;
177 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent)
184 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent,
247 static class GetLDAPConnectionFactoryEvent extends Event<Void> class in class:LDAPPassThroughAuthenticationPolicyTestCase
254 GetLDAPConnectionFactoryEvent(final String hostPort, method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
269 if (event instanceof GetLDAPConnectionFactoryEvent)
271 final GetLDAPConnectionFactoryEvent providerEvent = (GetLDAPConnectionFactoryEvent) event;
290 builder.append("GetLDAPConnectionFactoryEvent(");
376 private final GetLDAPConnectionFactoryEvent getLDAPConnectionFactoryEven
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java154 private final GetLDAPConnectionFactoryEvent fevent;
157 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent)
162 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent,
217 static class GetLDAPConnectionFactoryEvent extends Event<Void> class in class:LDAPPassThroughAuthenticationPolicyTestCase
224 GetLDAPConnectionFactoryEvent(final String hostPort, method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
239 if (event instanceof GetLDAPConnectionFactoryEvent)
241 final GetLDAPConnectionFactoryEvent providerEvent = (GetLDAPConnectionFactoryEvent) event;
257 builder.append("GetLDAPConnectionFactoryEvent(");
343 private final GetLDAPConnectionFactoryEvent getLDAPConnectionFactoryEven
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java171 private final GetLDAPConnectionFactoryEvent fevent;
176 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent)
183 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent,
246 static class GetLDAPConnectionFactoryEvent extends Event<Void> class in class:LDAPPassThroughAuthenticationPolicyTestCase
253 GetLDAPConnectionFactoryEvent(final String hostPort, method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
268 if (event instanceof GetLDAPConnectionFactoryEvent)
270 final GetLDAPConnectionFactoryEvent providerEvent = (GetLDAPConnectionFactoryEvent) event;
289 builder.append("GetLDAPConnectionFactoryEvent(");
375 private final GetLDAPConnectionFactoryEvent getLDAPConnectionFactoryEven
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java155 private final GetLDAPConnectionFactoryEvent fevent;
158 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent)
163 GetConnectionEvent(final GetLDAPConnectionFactoryEvent fevent,
211 static class GetLDAPConnectionFactoryEvent extends Event<Void> class in class:LDAPPassThroughAuthenticationPolicyTestCase
218 GetLDAPConnectionFactoryEvent(final String hostPort, method in class:LDAPPassThroughAuthenticationPolicyTestCase.GetLDAPConnectionFactoryEvent
231 if (event instanceof GetLDAPConnectionFactoryEvent)
233 final GetLDAPConnectionFactoryEvent providerEvent = (GetLDAPConnectionFactoryEvent) event;
247 builder.append("GetLDAPConnectionFactoryEvent(");
327 private final GetLDAPConnectionFactoryEvent getLDAPConnectionFactoryEven
[all...]

Completed in 36 milliseconds