Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)
Frames
|
No Frames
Uses of Interface java.security.acl.AclEntry
Uses in package java.security.acl
Methods with parameter type java.security.acl.AclEntry
boolean
Acl
.
addEntry
(
Principal
caller,
AclEntry
entry)
This method adds the specified entry to the ACL
boolean
Acl
.
removeEntry
(
Principal
caller,
AclEntry
entry)
This method delets the specified entry from the ACL
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)