软件包 | 描述 |
---|---|
java.security.acl |
在这个包中的类和接口已取代类在java.security包。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<AclEntry> |
Acl.entries()
返回此ACL条目枚举。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Acl.addEntry(Principal caller, AclEntry entry)
添加一个ACL条目这个韧带。
|
boolean |
Acl.removeEntry(Principal caller, AclEntry entry)
删除从该ACL ACL条目。
|
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.