| Package | Description | 
|---|---|
| oracle.ifs.admin.tools.script | |
| oracle.ifs.beans | |
| oracle.ifs.core.tools.script | 
| Modifier and Type | Method and Description | 
|---|---|
protected SystemAccessControlList | 
AccessControlListAdmin.lookupSystemAcl(LibrarySession sess,
               String name)
Lookup SystemAccessControlList by name 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieSystemAccessControlList
TieSystemAccessControlList allows the Oracle-defined behavior of the
 SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended
 or overridden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static SystemAccessControlList | 
SystemAccessControlList.constructSystemAccessControlList(LibrarySession sess,
                                S_LibraryObjectData data)
Constructs a SystemAccessControlList object using a data object
 corresponding to it. 
 | 
static SystemAccessControlList[] | 
SystemAccessControlList.findAll(LibrarySession session)
Returns the set of defined SystemAccessControlLists. 
 | 
static SystemAccessControlList | 
SystemAccessControlList.findByName(LibrarySession session,
          String name)
Returns the a SystemAccessControlList matching the 
 specified name. 
 | 
protected static SystemAccessControlList | 
SystemAccessControlList.vectorSystemAccessControlListElement(Vector vector,
                                    int index)
Return a SystemAccessControlList from a specified Vector of SystemAccessControlLists 
 and an index. 
 | 
protected static SystemAccessControlList[] | 
SystemAccessControlList.vectorToSystemAccessControlListArray(Vector vector)
Convert a Vector of SystemAccessControlLists to an 
 array of SystemAccessControlLists. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SystemAccessControlList | 
ScriptOperations.lookupSystemAcl(LibrarySession sess,
               String aclName)
Lookup a System ACL by name. 
 | 
Copyright © 2025. All rights reserved.