Uses of Interface
java.security.acl.AclEntry

  • Packages that use AclEntry 
    Package Description
    java.security.acl
    The classes and interfaces in this package have been deprecated.
    • Uses of AclEntry in java.security.acl

      Methods in java.security.acl that return types with arguments of type AclEntry 
      Modifier and Type Method Description
      Enumeration<AclEntry> Acl.entries()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an enumeration of the entries in this ACL.
      Methods in java.security.acl with parameters of type AclEntry 
      Modifier and Type Method Description
      boolean Acl.addEntry​(Principal caller, AclEntry entry)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Adds an ACL entry to this ACL.
      boolean Acl.removeEntry​(Principal caller, AclEntry entry)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Removes an ACL entry from this ACL.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部