Home > Contents > Index >
acl:delete
Deletes an ACL.
Syntax
<acl:delete name="Some ACL Name"/>Parameters
name (required)
- Name of the ACL to be deleted.
Description
The
acl:delete
tag deletes an ACL from the ACL pool. To delete an ACL, it must first be loaded usingacl:load
.Error Numbers
The possible values of
errno
include:
Value Description -105 Database error. -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example deletes the ACL record that corresponds to the name
acl1
.<acl:delete name="acl1"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.