Home
last modified time | relevance | path

Searched refs:clientAuth (Results 51 – 75 of 935) sorted by relevance

12345678910>>...38

/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTSSLTransportFactory.java92 …public static TServerSocket getServerSocket(int port, int clientTimeout, boolean clientAuth, InetA… in getServerSocket() argument
94 return createServer(factory, port, clientTimeout, clientAuth, ifAddress, null); in getServerSocket()
115 …return createServer(ctx.getServerSocketFactory(), port, clientTimeout, params.clientAuth, ifAddres… in getServerSocket()
118 …erverSocket createServer(SSLServerSocketFactory factory, int port, int timeout, boolean clientAuth, in createServer() argument
123 serverSocket.setNeedClientAuth(clientAuth); in createServer()
300 protected boolean clientAuth = false; field in TSSLTransportFactory.TSSLTransportParameters
324 public TSSLTransportParameters(String protocol, String[] cipherSuites, boolean clientAuth) { in TSSLTransportParameters() argument
329 this.clientAuth = clientAuth; in TSSLTransportParameters()
443 public void requireClientAuth(boolean clientAuth) { in requireClientAuth() argument
444 this.clientAuth = clientAuth; in requireClientAuth()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTSSLTransportFactory.java92 …public static TServerSocket getServerSocket(int port, int clientTimeout, boolean clientAuth, InetA… in getServerSocket() argument
94 return createServer(factory, port, clientTimeout, clientAuth, ifAddress, null); in getServerSocket()
115 …return createServer(ctx.getServerSocketFactory(), port, clientTimeout, params.clientAuth, ifAddres… in getServerSocket()
118 …erverSocket createServer(SSLServerSocketFactory factory, int port, int timeout, boolean clientAuth, in createServer() argument
123 serverSocket.setNeedClientAuth(clientAuth); in createServer()
302 protected boolean clientAuth = false; field in TSSLTransportFactory.TSSLTransportParameters
326 public TSSLTransportParameters(String protocol, String[] cipherSuites, boolean clientAuth) { in TSSLTransportParameters() argument
331 this.clientAuth = clientAuth; in TSSLTransportParameters()
445 public void requireClientAuth(boolean clientAuth) { in requireClientAuth() argument
446 this.clientAuth = clientAuth; in requireClientAuth()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/spi/
H A DConnectionConfiguration.java23 private final Connection.ClientAuth clientAuth; field in ConnectionConfiguration
57 …abled, int maxThreadPoolSize, int maxBufferSize, Connection.ClientAuth clientAuth, InetAddress bin… in ConnectionConfiguration() argument
62 if ( clientAuth == null ) { in ConnectionConfiguration()
71 this.clientAuth = clientAuth; in ConnectionConfiguration()
114 return clientAuth; in getClientAuth()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/server/
H A DProxyAuthRequestHandler.java90 Header clientAuth = request.getFirstHeader(PROXY_AUTH_RESP); in processRequest() local
91 if (clientAuth != null && checkAuthorization(clientAuth)) { in processRequest()
132 private boolean checkAuthorization(Header clientAuth) { in checkAuthorization() argument
136 return expectedAuthString.equals(clientAuth.getValue()); in checkAuthorization()
H A DAuthRequestHandler.java90 Header clientAuth = request.getFirstHeader(AUTH_RESP); in processRequest() local
91 if (clientAuth != null && checkAuthorization(clientAuth)) { in processRequest()
132 private boolean checkAuthorization(final Header clientAuth) { in checkAuthorization() argument
136 return expectedAuthString.equals(clientAuth.getValue()); in checkAuthorization()
/dports/net/traefik/traefik-2.6.1/pkg/types/
H A Dtls.go36 clientAuth := tls.NoClientCert
55 clientAuth = tls.VerifyClientCertIfGiven
57 clientAuth = tls.RequireAndVerifyClientCert
72 ClientAuth: clientAuth,
85 ClientAuth: clientAuth,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/sanity/interop/
H A DCipherTest.java106 String clientAuth; field in CipherTest.TestParameters
109 String clientAuth) { in TestParameters() argument
112 this.clientAuth = clientAuth; in TestParameters()
121 if (clientAuth != null) { in toString()
122 s += " with " + clientAuth + " client authentication"; in toString()
165 String clientAuth = clientAuths[k]; in CipherTest() local
168 if ((clientAuth != null && cipherSuite.contains("DH_anon")) in CipherTest()
169 || ("DSA".equals(clientAuth) && "TLSv1.3".equals(protocol))) { in CipherTest()
175 clientAuth)); in CipherTest()
/dports/databases/pecl-cassandra/php-driver-61faee0/support/
H A Dccm.php34 private $clientAuth; variable in CCM
47 $this->clientAuth = false;
101 if ($this->ssl || $this->clientAuth) {
170 if ($this->clientAuth) {
237 $this->clientAuth = false;
257 if (!$this->clientAuth) {
258 $this->clientAuth = true;
275 $this->clientAuth = false;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/fips/
H A DJSSEClient.java48 keyManager.setAuthType(params.clientAuth); in runTest()
73 if (params.clientAuth == null) { in runTest()
82 if (params.clientAuth != keyAlg) { in runTest()
83 … throw new Exception("Certificate type mismatch: " + keyAlg + " != " + params.clientAuth); in runTest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/fips/
H A DJSSEClient.java48 keyManager.setAuthType(params.clientAuth); in runTest()
73 if (params.clientAuth == null) { in runTest()
82 if (params.clientAuth != keyAlg) { in runTest()
83 … throw new Exception("Certificate type mismatch: " + keyAlg + " != " + params.clientAuth); in runTest()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/pkcs11/fips/
H A DJSSEClient.java48 keyManager.setAuthType(params.clientAuth); in runTest()
73 if (params.clientAuth == null) { in runTest()
82 if (params.clientAuth != keyAlg) { in runTest()
83 … throw new Exception("Certificate type mismatch: " + keyAlg + " != " + params.clientAuth); in runTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/fips/
H A DJSSEClient.java48 keyManager.setAuthType(params.clientAuth); in runTest()
73 if (params.clientAuth == null) { in runTest()
82 if (params.clientAuth != keyAlg) { in runTest()
83 … throw new Exception("Certificate type mismatch: " + keyAlg + " != " + params.clientAuth); in runTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/pkcs11/fips/
H A DJSSEClient.java48 keyManager.setAuthType(params.clientAuth); in runTest()
73 if (params.clientAuth == null) { in runTest()
82 if (params.clientAuth != keyAlg) { in runTest()
83 … throw new Exception("Certificate type mismatch: " + keyAlg + " != " + params.clientAuth); in runTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/pkcs11/sslecc/
H A DCipherTest.java110 String clientAuth; field in CipherTest.TestParameters
113 String clientAuth) { in TestParameters() argument
116 this.clientAuth = clientAuth; in TestParameters()
126 if (clientAuth != null) { in toString()
127 s += " with " + clientAuth + " client authentication"; in toString()
157 String clientAuth = clientAuths[k]; in CipherTest() local
162 if ((clientAuth != null && cipherSuite.contains("DH_anon") in CipherTest()
172 clientAuth)); in CipherTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/sslecc/
H A DCipherTest.java110 String clientAuth; field in CipherTest.TestParameters
113 String clientAuth) { in TestParameters() argument
116 this.clientAuth = clientAuth; in TestParameters()
126 if (clientAuth != null) { in toString()
127 s += " with " + clientAuth + " client authentication"; in toString()
157 String clientAuth = clientAuths[k]; in CipherTest() local
162 if ((clientAuth != null && cipherSuite.contains("DH_anon") in CipherTest()
172 clientAuth)); in CipherTest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/pkcs11/sslecc/
H A DCipherTest.java110 String clientAuth; field in CipherTest.TestParameters
113 String clientAuth) { in TestParameters() argument
116 this.clientAuth = clientAuth; in TestParameters()
126 if (clientAuth != null) { in toString()
127 s += " with " + clientAuth + " client authentication"; in toString()
157 String clientAuth = clientAuths[k]; in CipherTest() local
162 if ((clientAuth != null && cipherSuite.contains("DH_anon") in CipherTest()
172 clientAuth)); in CipherTest()

12345678910>>...38