]
Jason Greene updated WFLY-6365:
-------------------------------
Fix Version/s: 12.0.0.Final
(was: 12.0.0.CR1)
Update permissions to use Elytron permission helper API
-------------------------------------------------------
Key: WFLY-6365
URL:
https://issues.jboss.org/browse/WFLY-6365
Project: WildFly
Issue Type: Sub-task
Reporter: David Lloyd
Fix For: 12.0.0.Final
The Elytron permission base classes ensure spec compliance including serialization
guarantees while also drastically reducing the amount of code required to implement
permission classes correctly and improving performance and memory overhead, especially
when a security manager is engaged. Use these classes as base classes for all WildFly
permission classes.