Searched refs:tms (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java303 TrustManager[] tms = null;
315 tms = (TrustManager[]) connectionEnv
324 tms = null;
327 if (tms == null)
346 ctx.init(null, tms, null);
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java302 TrustManager[] tms = null;
314 tms = (TrustManager[]) connectionEnv
323 tms = null;
326 if (tms == null)
345 ctx.init(null, tms, null);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java303 TrustManager[] tms = null;
315 tms = (TrustManager[]) connectionEnv
324 tms = null;
327 if (tms == null)
346 ctx.init(null, tms, null);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java303 TrustManager[] tms = null;
315 tms = (TrustManager[]) connectionEnv
324 tms = null;
327 if (tms == null)
346 ctx.init(null, tms, null);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java302 TrustManager[] tms = null;
314 tms = (TrustManager[]) connectionEnv
323 tms = null;
326 if (tms == null)
345 ctx.init(null, tms, null);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DClient.java76 private static TrustManager[] tms = null; field in class:Client
272 ctx.init(kms, tms, null);
343 tms = new TrustManager[defaultTrustManagers.length + 1];
344 tms[0] = (TrustManager)
347 tms[i + 1 ] = defaultTrustManagers[i];
350 tms = defaultTrustManagers;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DClient.java76 private static TrustManager[] tms = null; field in class:Client
272 ctx.init(kms, tms, null);
343 tms = new TrustManager[defaultTrustManagers.length + 1];
344 tms[0] = (TrustManager)
347 tms[i + 1 ] = defaultTrustManagers[i];
350 tms = defaultTrustManagers;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java585 TrustManager tms[] = tmf.getTrustManagers();
586 env.put(JmxConnectionHandler.TRUST_MANAGER_ARRAY_KEY, tms);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java585 TrustManager tms[] = tmf.getTrustManagers();
586 env.put(JmxConnectionHandler.TRUST_MANAGER_ARRAY_KEY, tms);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxConnectTest.java585 TrustManager tms[] = tmf.getTrustManagers();
586 env.put(JmxConnectionHandler.TRUST_MANAGER_ARRAY_KEY, tms);

Completed in 98 milliseconds