]
Tristan Tarrant updated ISPN-6994:
----------------------------------
Summary: Introduce an AdvancedCache.as(Subject) method for explicit authorization
(was: Introduce an AdvancedCache.doAs(Subject) method for explicit authorization)
Introduce an AdvancedCache.as(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
Labels: performance
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.