Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | 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
truevalue 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
errnoinclude:
Example
The following example saves
acl1and removes it from memory.<acl:save name="acl1" flush="true"/>See Also
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.