public class AclUtilities extends Object
| Constructor and Description | 
|---|
AclUtilities()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessControlEntryDefinition | 
deriveAccessControlEntryDefinition(LibrarySession sess,
                                  String accessList)  | 
static AccessLevel | 
deriveAccessLevel(LibrarySession sess,
                 String accessList)  | 
static String | 
formatAccessLevel(LibrarySession sess,
                 AccessLevel level)
Produce a readable version of an AccessLevel 
 | 
public static AccessLevel deriveAccessLevel(LibrarySession sess, String accessList) throws IfsException
IfsExceptionpublic static AccessControlEntryDefinition deriveAccessControlEntryDefinition(LibrarySession sess, String accessList) throws IfsException
IfsExceptionpublic static String formatAccessLevel(LibrarySession sess, AccessLevel level) throws IfsException
sess - session contextlevel - the AccessLevelIfsException - if the operation failsCopyright © 2025. All rights reserved.