[jboss-jira] [JBoss JIRA] (WFLY-2972) Load vault impls from modules other than org.jboss.security
Brian Stansberry (JIRA)
issues at jboss.org
Wed Feb 19 16:57:47 EST 2014
Brian Stansberry created WFLY-2972:
--------------------------------------
Summary: Load vault impls from modules other than org.jboss.security
Key: WFLY-2972
URL: https://issues.jboss.org/browse/WFLY-2972
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: 8.0.0.Final
Reporter: Brian Stansberry
Assignee: Anil Saldhana
The vault resources in our management model have a "code" attribute that specifies the classname of a custom Vault impl. But there is no "module" attribute to specify the name of the module to load that class from. This means users would have to modify the org.jboss.security module's module.xml to statically declare their module as a dependency.
There should be a "module" attribute and org.jboss.security.vault.SecurityVaultFactory should expose a "get" variant that takes a ClassLoader so the appropriate module classloader can be used.
I only looked at the core model but I suspect the security subsystem has the same issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list