Grant « Security « Java

Home
Java
1.2D Graphics GUI
2.3D
3.Advanced Graphics
4.Ant
5.Apache Common
6.Chart
7.Class
8.Collections Data Structure
9.Data Type
10.Database SQL JDBC
11.Design Pattern
12.Development Class
13.EJB3
14.Email
15.Event
16.File Input Output
17.Game
18.Generics
19.GWT
20.Hibernate
21.I18N
22.J2EE
23.J2ME
24.JDK 6
25.JNDI LDAP
26.JPA
27.JSP
28.JSTL
29.Language Basics
30.Network Protocol
31.PDF RTF
32.Reflection
33.Regular Expressions
34.Scripting
35.Security
36.Servlets
37.Spring
38.Swing Components
39.Swing JFC
40.SWT JFace Eclipse
41.Threads
42.Tiny Application
43.Velocity
44.Web Services SOA
45.XML
Java » Security » GrantScreenshots 
1.Policy File: Give permission to execute all runtime-protected methods
2.Policy File: Use policytool to create or edit an existing policy file
3.grant all classes loaded from h1.com ability to read \temp\myfile
4.grant ability to create and write c:\temp\myfile
5.grant ability to list files in the user's home directory
6.grant ability to read any file or directory under c:\temp
7.grant ability to delete any file or directory in c:\temp\mydir
8.grant ability to execute (see Runtime.exec()) the file c:\java.exe
9.grant ability to read and write any file in current directory
10.grant ability to read any file under current directory
11.grant ability to read any file
12.grant all classes loaded from h1.com ability to read the 'myprop' system properties
13.grant ability to write the 'myprop' system properties
14.grant ability to read and write the 'myprop' system properties
15.grant ability to read all properties that start with 'myprops.'
16.grant ability to read all system properties
17.grant ability to write all system properties
18.grant ability to read and write all system properties
19.Policy File: Give permission to read all system properties
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.