Searched defs:Permission (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/acl/
H A DPermission.java35 public interface Permission { interface
41 * @param another the Permission object to compare with.
43 * @return true if the Permission objects are equal, false otherwise
/openjdk7/jdk/src/share/classes/java/security/
H A DPermission.java32 * particular Permission subclass.
34 * <p>Most Permission objects also include an "actions" list that tells the actions
40 * The actions list is optional for Permission objects, such as
52 * <P> Permission objects are similar to String objects in that they
65 public abstract class Permission implements Guard, java.io.Serializable { class in inherits:Guard,java.io.Serializable
74 * @param name name of the Permission object being created.
78 public Permission(String name) { method in class:Permission
109 * This must be implemented by subclasses of Permission, as they are the
110 * only ones that can impose semantics on a Permission object.
122 public abstract boolean implies(Permission permissio
[all...]
/openjdk7/jdk/test/sun/tools/native2ascii/
H A DPermission.java35 public class Permission { class
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpDirEntry.java47 public enum Permission { enum in class:FtpDirEntry
52 Permission(int v) { method in class:FtpDirEntry.Permission
214 * @param p the Permission (user, group, others) to check.
217 public boolean canRead(Permission p) {
227 * @param p the Permission (user, group, others) to check.
230 public boolean canWrite(Permission p) {
240 * @param p the Permission (user, group, others) to check.
243 public boolean canExexcute(Permission p) {

Completed in 57 milliseconds