Package java.security.acl
Interface Acl
- All Superinterfaces:
Owner
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancheckPermission(Principal var0, Permission var1) entries()getName()getPermissions(Principal var0) booleanremoveEntry(Principal var0, AclEntry var1) voidtoString()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()
-