Package org.rsbot.security

Examples of org.rsbot.security.RestrictedSecurityManager


      log.info("Extracting resources");
      new Thread(new ResourceExtractor()).start();

      log.fine("Enforcing security policy");
      System.setProperty("java.io.tmpdir", Configuration.Paths.getGarbageDirectory());
      System.setSecurityManager(new RestrictedSecurityManager());

      log.info("Reading preferences");
      Preferences.getInstance().load();
      return true;
    }
View Full Code Here

TOP

Related Classes of org.rsbot.security.RestrictedSecurityManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.