[infinispan-issues] [JBoss JIRA] (ISPN-6994) Introduce an AdvancedCache.doAs(Subject) method for explicit authorization

Tristan Tarrant (JIRA) issues at jboss.org
Thu Sep 1 05:44:00 EDT 2016


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

Tristan Tarrant updated ISPN-6994:
----------------------------------
    Description: 
Currently the subject is extracted either from the AccessControlContext or from the lightweight security implementation (which uses a ThreadLocal).
Both of these approaches have fairly high costs, so we should, if possible, use an explicit Subject.


> Introduce an AdvancedCache.doAs(Subject) method for explicit authorization
> --------------------------------------------------------------------------
>
>                 Key: ISPN-6994
>                 URL: https://issues.jboss.org/browse/ISPN-6994
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Core, Security
>            Reporter: Tristan Tarrant
>            Assignee: Tristan Tarrant
>             Fix For: 9.0.0.Final
>
>
> Currently the subject is extracted either from the AccessControlContext or from the lightweight security implementation (which uses a ThreadLocal).
> Both of these approaches have fairly high costs, so we should, if possible, use an explicit Subject.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list