Package gnu.java.security.action

Class Summary

GetPropertyAction PrivilegedAction implementation that calls System.getProperty() with the property name passed to its constructor.
GetSecurityPropertyAction PrivilegedAction implementation that calls Security.getProperty() with the property name passed to its constructor.
SetAccessibleAction PrivilegedAction implementation that calls setAccessible(true) on the AccessibleObject passed to its constructor.