Package helma.main

Class HelmaSecurityManager

java.lang.Object
java.lang.SecurityManager
helma.main.HelmaSecurityManager

public class HelmaSecurityManager extends SecurityManager
Liberal security manager for Helma system that makes sure application code is not allowed to exit the VM and set a security manager. This class can be subclassed to implement actual security policies. It contains a utility method getApplication that can be used to determine the name of the application trying to execute the action in question, if any.