| 软件包 | 描述 |
|---|---|
| java.security.acl |
在这个包中的类和接口已取代类在java.security包。
|
| Class and Description |
|---|
| AclEntry
这是用来表示一个访问控制列表中的一个入口界面(ACL)。
|
| LastOwnerException
这是一个异常,每当试图删除访问控制列表的最后一个所有者时,都将引发异常。
|
| NotOwnerException
这是一个异常,当一个对象的修改(如访问控制列表)被抛出时,只允许由对象的所有者来完成,但主要尝试修改的对象不是所有者。
|
| Owner
对访问控制列表(ACL)管理主界面或ACL配置。
|
| Permission
此接口表示一个权限,例如用于授予一个特定类型的访问资源的权限。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.