-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
25
-
None
We know that the System class provides a getProperties() method to retrieve all system-level properties at runtime. However, the java.security.Security class does not seem to expose a similar getProperties() method for fetching all configured security properties.
Is there a potential reason why this capability is not provided via the Security class? One possible reason could be preventing sensitive security information.
The reason for this enhancement bug, in some environments, direct access to the custom java.security file may not be possible, and having a way to inspect/debug all active security properties at runtime would be very helpful.
Is there a potential reason why this capability is not provided via the Security class? One possible reason could be preventing sensitive security information.
The reason for this enhancement bug, in some environments, direct access to the custom java.security file may not be possible, and having a way to inspect/debug all active security properties at runtime would be very helpful.