|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLConnectionInfo | |
|---|---|
| com.gridsystems.innergrid.api | |
| Uses of SSLConnectionInfo in com.gridsystems.innergrid.api |
|---|
| Classes in com.gridsystems.innergrid.api that implement SSLConnectionInfo | |
|---|---|
class |
AcceptAllCertificates
SSLConnectionInfo implementation to accept any certificate sent by the Server. |
class |
AcceptCertificate
SSLConnectionInfo implementation to accept only a specific certificate. |
class |
AcceptCertificateOfKeyStore
SSLConnectionInfo implementation to accept any certificate from a given keystore file. |
class |
AcceptCertificateOfSystemKeyStore
SSLConnectionInfo implementation to accept any certificate from the system keystore file, stored in $JAVAHOME/jre/lib/security/cacerts. |
| Fields in com.gridsystems.innergrid.api declared as SSLConnectionInfo | |
|---|---|
protected SSLConnectionInfo |
AbstractConnection.sslInfo
SSL Connection Info. |
| Methods in com.gridsystems.innergrid.api that return SSLConnectionInfo | |
|---|---|
SSLConnectionInfo |
AbstractConnection.getSSLConnectionInfo()
Obtain additional information to establish SSL connection. |
| Methods in com.gridsystems.innergrid.api with parameters of type SSLConnectionInfo | |
|---|---|
static void |
InnergridJSSESocketFactory.registrySSLConnectionInfo(java.lang.String host,
int port,
SSLConnectionInfo sslinfo)
Registry a SSLConnection info with host:port. |
| Constructors in com.gridsystems.innergrid.api with parameters of type SSLConnectionInfo | |
|---|---|
AbstractConnection(java.lang.String h,
int p,
boolean secure,
SSLConnectionInfo sslinfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port, and using the specified credentials. |
|
AbstractConnection(java.lang.String h,
int p,
java.lang.String ctxPath,
boolean secure,
SSLConnectionInfo sslinfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port, and using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
boolean secure,
SSLConnectionInfo sslInfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port,
using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
boolean secure,
java.lang.String contextPath,
SSLConnectionInfo sslInfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port,
using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
SSLConnectionInfo sslinfo,
Credentials credentials)
Creates an instance of the connection to the specified host:port,
using the specified credentials. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||