Other SecurityManager implementations available?
- by mhaller
Is there any other implementation (e.g. in an OSS project) of a Java SecurityManager available which has more features than the one in the JDK?
I'm looking for features like
configurable at runtime
policies updateable at runtime, read from other data sources than a security.policy file
Thread-aware, e.g. different policies per Thread…