]
Ryan Emerson resolved ISPN-6994.
--------------------------------
Resolution: Done
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.1.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.