Make IOR security configurable
------------------------------
Key: EJBTHREE-1012
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1012
Project: EJB 3.0
Issue Type: Feature Request
Components: Security
Affects Versions: AS 4.2.1.GA, AS 4.2.0 GA, EJB 3.0 RC9 - Patch 1
Reporter: Dimitris Andreadis
See the linked issues starting from EJBTHREE-667.
org.jboss.ejb3.iiop.IORFactory.java:
...
IorSecurityConfigMetaData iorSecurityConfigMetaData = new IorSecurityConfigMetaData();
// TODO: make ior security configurable
The IorSecurityConfigMetaData is practically immutable and configured currently only from
XML.
This needs to be changed so that it can be configured programmatically, as well (e.g.
driven by annotations?).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira