[jboss-jira] [JBoss JIRA] Moved: (JBJCA-26) Making JCA security more pluggable

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Mon Dec 8 12:19:37 EST 2008


     [ https://jira.jboss.org/jira/browse/JBJCA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesper Pedersen moved JBAS-2923 to JBJCA-26:
--------------------------------------------

        Project: JBoss JCA  (was: JBoss Application Server)
            Key: JBJCA-26  (was: JBAS-2923)
    Component/s: Core
                     (was: JCA service)
       Security:     (was: Public)


> Making JCA security more pluggable
> ----------------------------------
>
>                 Key: JBJCA-26
>                 URL: https://jira.jboss.org/jira/browse/JBJCA-26
>             Project: JBoss JCA
>          Issue Type: Feature Request
>          Components: Core
>            Reporter: Adrian Brock
>            Assignee: Jesper Pedersen
>
> We need a mechanism to make JCA security more pluggable.
> This is to cater for use cases where some extra context needs to be used.
> The connection manager only understands a subject.
> The connection factory (e.g. DataSource) only understands the CRI (method parameters).
> The pooling uses both without needing to understand what they are in detail.
> This change would provide a "wrapper" connection manager that can do things
> more associated to context, e.g. it could be connection factory specific, 
> i.e. it understands the CRI and can do things that the connection factory doesn't do
> or it can do things based on information.
> An example of other information would allowing a per deployment
> security domain such that you have different pre-configured user/password per ejb.
> With something like the following in META-INF/jboss-[web].xml
> <jboss>
> <enterprise-beans>
> <session>
> <ejb-name>Whatever</ejb-name>
> ...
> <resource-ref>
> <res-ref-name>jdbc/DataSource</res-ref-name>
> <jndi-name>java:/MySQLDS</jndi-name>
> <security-domain>FooBar</security-domain>
> </resource-ref>
> </session>
> </enterprise-beans>
> </jboss>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list