You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Pontus Amberg (Updated) (JIRA)" <ji...@apache.org> on 2011/12/20 23:13:31 UTC

[jira] [Updated] (JCR-3188) Try JACC / JSR-115 to get Subject in RepositoryImpl

     [ https://issues.apache.org/jira/browse/JCR-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pontus Amberg updated JCR-3188:
-------------------------------

    Status: Patch Available  (was: Open)

Adds geronimo-jacc_1.1_spec to jackrabbit-core & jackrabbit-parent.
Adds logic to extendAuthentication() in RepositoryImpl that tries to fetch the Subject with JACC if Subject.getSubject() fails.
                
> Try JACC / JSR-115 to get Subject in RepositoryImpl
> ---------------------------------------------------
>
>                 Key: JCR-3188
>                 URL: https://issues.apache.org/jira/browse/JCR-3188
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 2.3.5
>         Environment: JCA Jackrabbit, JEE container, preauthenticated subject
>            Reporter: Pontus Amberg
>
> The extendAuthentication() method in RepositoryImpl could try to use JACC /JSR-115 ( http://jcp.org/en/jsr/detail?id=115 ) to get a preauthenticated subject if Subject.getSubject() fails ( see JCR-1584 ).
> This seems to make it possible in for example JBoss to get a session without specifying any credentials in the repository.login() method if the user already is authenticated.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira