Home > Contents > Index >
acl:save
Saves an ACL.
Syntax
<acl:save name="ACL name" [flush="true|false"]/>Parameters
name (required)
- Name of the ACL to be saved.
flush (optional)
- Specifies that upon success, the ACL should be flushed from the object pool. A
true
value indicates the ACL should be flushed. The default value isfalse
.
Description
Saves a loaded ACL into storage. The ACL must have been previously created or loaded into the object pool. Saving an ACL either creates a new object in storage or updates an existing ACL in storage.
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 saves
acl1
and removes it from memory.<acl:save name="acl1" flush="true"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.