jdk/src/share/classes/sun/security/util/SecurityConstants.java
changeset 2057 3acf8e5e2ca0
parent 2 90ce3da70b43
child 3956 2586d23078e4
equal deleted inserted replaced
2056:115e09b7a004 2057:3acf8e5e2ca0
     1 /*
     1 /*
     2  * Copyright 2003-2005 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Sun designates this
     7  * published by the Free Software Foundation.  Sun designates this
    50 
    50 
    51     public static final String FILE_DELETE_ACTION = "delete";
    51     public static final String FILE_DELETE_ACTION = "delete";
    52     public static final String FILE_EXECUTE_ACTION = "execute";
    52     public static final String FILE_EXECUTE_ACTION = "execute";
    53     public static final String FILE_READ_ACTION = "read";
    53     public static final String FILE_READ_ACTION = "read";
    54     public static final String FILE_WRITE_ACTION = "write";
    54     public static final String FILE_WRITE_ACTION = "write";
       
    55     public static final String FILE_READLINK_ACTION = "readlink";
    55 
    56 
    56     public static final String SOCKET_RESOLVE_ACTION = "resolve";
    57     public static final String SOCKET_RESOLVE_ACTION = "resolve";
    57     public static final String SOCKET_CONNECT_ACTION = "connect";
    58     public static final String SOCKET_CONNECT_ACTION = "connect";
    58     public static final String SOCKET_LISTEN_ACTION = "listen";
    59     public static final String SOCKET_LISTEN_ACTION = "listen";
    59     public static final String SOCKET_ACCEPT_ACTION = "accept";
    60     public static final String SOCKET_ACCEPT_ACTION = "accept";