alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

package intrinsic.flash.system;

public class Security extends Object {

	/** Accessors */

	/** Variables */

	/** Constants */
	public static final String LOCAL_TRUSTED = "local_trusted";
	public static final String LOCAL_WITH_FILE = "local_with_file";
	public static final String LOCAL_WITH_NETWORK = "local_with_network";
	public static final String APPLICATION = "application";
	public static final String REMOTE = "remote";

	/** Class Accessors */
	public static boolean disableAVM1Loading;
	public static String sandboxType;
	public static boolean exactSettings;

	/** Class variables */

/** Contructors */
public Security() {
}


/** Static Methods */
public static native void allowInsecureDomain();
public static native intrinsic.Function createSandboxBridgeProxyFunction(intrinsic.Function arg0, Object arg1);
public static native void allowDomain();
public static native void showSettings();
public static native void showSettings(String arg0);
public static native void loadPolicyFile(String arg0);
public static native void checkPrivilege(String arg0);

/** Methods */

}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.