Use java permissions framework/java.security package
Brought to you by:
hari_surendran,
keshnair
java.security package provides a framework for building
security applications. This is the framework on which
regular java security implementations such as applet
security is based on.
The chassis security needs to be implemented on this
framework so that it has a standardazied integration layer.