Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.security.acl | The classes and interfaces in this package have been superseded by classes in the java.security package. |
Uses of AclEntry in java.security.acl |
---|
Modifier and Type | Method and Description |
---|---|
Enumeration<AclEntry> |
Acl.entries()
Returns an enumeration of the entries in this ACL. |
Modifier and Type | Method and Description |
---|---|
boolean |
Acl.addEntry(Principal caller,
AclEntry entry)
Adds an ACL entry to this ACL. |
boolean |
Acl.removeEntry(Principal caller,
AclEntry entry)
Removes an ACL entry from this ACL. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.