Class | Description |
---|---|
AccessController |
This utility wrapper class is created to support AXIS2 runs
inside of Java 2 Security environment.
|
TrustAllTrustManager |
Normally when we connect over HTTPS, if the server sends us a certificate that is not well
known, we have to specify a keystore using system properties:
System.setProperty("javax.net.ssl.trustStore","path to keystore" );
System.setProperty("javax.net.ssl.trustStorePassword","apache");
Using this X509TrustManager we can allow the client to disregard the certificate and trust the
server.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.