Uses of Interface
java.security.acl.AclEntry
-
Packages that use AclEntry 软件包 描述 java.security.acl 此包中的类和接口已被弃用。 -
-
Uses of AclEntry in java.security.acl
Methods in java.security.acl that return types with arguments of type AclEntry Modifier and Type 方法 描述 Enumeration<AclEntry>
Acl. entries()
已过时。返回此ACL中条目的枚举。Methods in java.security.acl with parameters of type AclEntry Modifier and Type 方法 描述 boolean
Acl. addEntry(Principal caller, AclEntry entry)
已过时。向此ACL添加ACL条目。boolean
Acl. removeEntry(Principal caller, AclEntry entry)
已过时。Removes an ACL entry from this ACL.
-