Package java.security.acl
Interface Acl
- All Superinterfaces:
Owner
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
checkPermission
(Principal var0, Permission var1) entries()
getName()
getPermissions
(Principal var0) boolean
removeEntry
(Principal var0, AclEntry var1) void
toString()
Methods inherited from interface java.security.acl.Owner
addOwner, deleteOwner, isOwner
-
Method Details
-
addEntry
- Throws:
NotOwnerException
-
checkPermission
-
entries
Enumeration entries() -
getName
String getName() -
getPermissions
-
removeEntry
- Throws:
NotOwnerException
-
setName
- Throws:
NotOwnerException
-
toString
String toString()
-