[jboss-jira] [JBoss JIRA] (AS7-2962) Add JacORB SSL socket factories that use a JSSESecurityDomain to setup SSL sockets
Stefan Guilhen (Created) (JIRA)
jira-events at lists.jboss.org
Thu Dec 8 20:45:42 EST 2011
Add JacORB SSL socket factories that use a JSSESecurityDomain to setup SSL sockets
----------------------------------------------------------------------------------
Key: AS7-2962
URL: https://issues.jboss.org/browse/AS7-2962
Project: Application Server 7
Issue Type: Task
Components: IIOP
Affects Versions: 7.1.0.Beta1
Reporter: Stefan Guilhen
Assignee: Stefan Guilhen
Fix For: 7.1.0.CR1
Create SSL socket factories that rely on a configured JSSESecurityDomain to setup secure channels. These are to be installed if SSL support is enabled in the subsystem and will be used to setup SSL sockets whenever transport protection is required by an EJB (via ior-security-settings in the jboss-ejb3.xml descriptor).
A security-domain attribute is to be added to the subsystem configuration to allow specification of the JSSE domain to be used. The configuration will look like this:
<subsystem xmlns="urn:jboss:domain:jacorb:1.1">
<orb>
<initializers security="on">
</orb>
<security support-ssl="on" security-domain="jsse-domain"/>
</subsystem>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list