Searched refs:getClientConnection (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DCredential.java66 public ClientConnection getClientConnection() method in class:Credential
H A DOpendsRMIJRMPServerImpl.java85 privateCreds.iterator().next().getClientConnection();
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DCredential.java65 public ClientConnection getClientConnection() method in class:Credential
H A DOpendsRMIJRMPServerImpl.java84 privateCreds.iterator().next().getClientConnection();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DCredential.java66 public ClientConnection getClientConnection() method in class:Credential
H A DOpendsRMIJRMPServerImpl.java85 privateCreds.iterator().next().getClientConnection();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DCredential.java66 public ClientConnection getClientConnection() method in class:Credential
H A DOpendsRMIJRMPServerImpl.java85 privateCreds.iterator().next().getClientConnection();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DCredential.java65 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DCredential.java65 public ClientConnection getClientConnection() method in class:Credential
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DBoundedWorkQueueStrategyTest.java82 when(operation.getClientConnection()).thenReturn(connection);
96 verify(operation, times(1)).getClientConnection();
130 verify(operation, times(1)).getClientConnection();
152 verify(operation1, times(1)).getClientConnection();
154 verify(operation2, times(1)).getClientConnection();
157 verify(operation3, times(1)).getClientConnection();
173 verify(operation, times(1)).getClientConnection();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/
H A DBoundedWorkQueueStrategyTest.java82 when(operation.getClientConnection()).thenReturn(connection);
96 verify(operation, times(1)).getClientConnection();
130 verify(operation, times(1)).getClientConnection();
152 verify(operation1, times(1)).getClientConnection();
154 verify(operation2, times(1)).getClientConnection();
157 verify(operation3, times(1)).getClientConnection();
173 verify(operation, times(1)).getClientConnection();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DBoundedWorkQueueStrategyTest.java82 when(operation.getClientConnection()).thenReturn(connection);
96 verify(operation, times(1)).getClientConnection();
130 verify(operation, times(1)).getClientConnection();
152 verify(operation1, times(1)).getClientConnection();
154 verify(operation2, times(1)).getClientConnection();
157 verify(operation3, times(1)).getClientConnection();
173 verify(operation, times(1)).getClientConnection();
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DEnterLockdownModeTask.java71 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
79 operation.getClientConnection().getRemoteAddress();
H A DLeaveLockdownModeTask.java71 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
79 operation.getClientConnection().getRemoteAddress();
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DEnterLockdownModeTask.java70 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
78 operation.getClientConnection().getRemoteAddress();
H A DLeaveLockdownModeTask.java70 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
78 operation.getClientConnection().getRemoteAddress();
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DEnterLockdownModeTask.java71 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
79 operation.getClientConnection().getRemoteAddress();
H A DLeaveLockdownModeTask.java71 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
79 operation.getClientConnection().getRemoteAddress();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DEnterLockdownModeTask.java71 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
79 operation.getClientConnection().getRemoteAddress();
H A DLeaveLockdownModeTask.java71 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
79 operation.getClientConnection().getRemoteAddress();
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DEnterLockdownModeTask.java70 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
78 operation.getClientConnection().getRemoteAddress();
H A DLeaveLockdownModeTask.java70 if ((authzDN == null) || (! operation.getClientConnection().hasPrivilege(
78 operation.getClientConnection().getRemoteAddress();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DEnterLockdownModeTask.java67 if (authzDN == null || !operation.getClientConnection().hasPrivilege(
74 InetAddress clientAddress = operation.getClientConnection().getRemoteAddress();
H A DLeaveLockdownModeTask.java67 if (authzDN == null || !operation.getClientConnection().hasPrivilege(
74 InetAddress clientAddress = operation.getClientConnection().getRemoteAddress();

Completed in 139 milliseconds

1234567891011>>