|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLConfiguration | |
org.objectweb.cjdbc.common.net | ssl support for encryption and authentication |
org.objectweb.cjdbc.controller.core.security | Include set of classes to control and secure access to the controller. |
org.objectweb.cjdbc.controller.jmx | This package offers all the classes necessary to start and manage a jmx agent. |
org.objectweb.cjdbc.controller.xml | XML configuration files parsing |
Uses of SSLConfiguration in org.objectweb.cjdbc.common.net |
Methods in org.objectweb.cjdbc.common.net that return SSLConfiguration | |
static SSLConfiguration |
SSLConfiguration.getDefaultConfig()
create a SSLConfiguration with the java default behaviour (using System properties) |
Methods in org.objectweb.cjdbc.common.net with parameters of type SSLConfiguration | |
static javax.net.ServerSocketFactory |
SocketFactoryFactory.createServerFactory(SSLConfiguration config)
create a server socket factory with the specified configuration |
static javax.net.SocketFactory |
SocketFactoryFactory.createFactory(SSLConfiguration config)
create a socket factory with the specified configuration |
static com.sun.net.ssl.SSLContext |
SocketFactoryFactory.createSSLContext(SSLConfiguration config)
create a ssl context |
Uses of SSLConfiguration in org.objectweb.cjdbc.controller.core.security |
Fields in org.objectweb.cjdbc.controller.core.security declared as SSLConfiguration | |
private SSLConfiguration |
ControllerSecurityManager.sslConfig
|
Methods in org.objectweb.cjdbc.controller.core.security that return SSLConfiguration | |
SSLConfiguration |
ControllerSecurityManager.getSslConfig()
Returns the sslConfig value. |
Methods in org.objectweb.cjdbc.controller.core.security with parameters of type SSLConfiguration | |
void |
ControllerSecurityManager.setSslConfig(SSLConfiguration sslConfig)
Sets the sslConfig value. |
Uses of SSLConfiguration in org.objectweb.cjdbc.controller.jmx |
Fields in org.objectweb.cjdbc.controller.jmx declared as SSLConfiguration | |
private SSLConfiguration |
RmiConnector.sslConfig
|
private SSLConfiguration |
HttpAdaptor.sslConfig
|
Methods in org.objectweb.cjdbc.controller.jmx that return SSLConfiguration | |
SSLConfiguration |
RmiConnector.getSslConfig()
Returns the sslConfig value. |
Methods in org.objectweb.cjdbc.controller.jmx with parameters of type SSLConfiguration | |
void |
RmiConnector.setSslConfig(SSLConfiguration sslConfig)
Sets the sslConfig value. |
Constructors in org.objectweb.cjdbc.controller.jmx with parameters of type SSLConfiguration | |
RmiConnector(java.lang.String controllerName,
java.lang.String hostName,
int port,
javax.management.remote.JMXAuthenticator authenticator,
SSLConfiguration sslConfig)
Creates a new RmiConnector.java object |
|
HttpAdaptor(java.lang.String hostName,
int port,
SSLConfiguration sslConfig)
Creates a new HttpAdaptor object |
Uses of SSLConfiguration in org.objectweb.cjdbc.controller.xml |
Fields in org.objectweb.cjdbc.controller.xml declared as SSLConfiguration | |
private SSLConfiguration |
ControllerParser.ssl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |