| com.salmonllc.remote.server.RemoteReflectionSecurityPolicy
All known Subclasses: com.salmonllc.remote.server.RemoteReflectionSecurityManager,
RemoteReflectionSecurityPolicy | public interface RemoteReflectionSecurityPolicy (Code) | | This interface is used to describe a policy used by the RemoteReflector servlet to see if execution is allowed.
The RemoteReflectionSecurityManager class is the default policy for RemoteReflector.
Use the setSecurityPolicy method in RemoteReflector to specify a different Security Policy for Remote Reflection.
By Default only classes which implement Reflect are allowed to be executed.
|
isInstantiationAllowed | public boolean isInstantiationAllowed(Class cl)(Code) | | |
|
|