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
IfsException
public static AccessControlEntryDefinition deriveAccessControlEntryDefinition(LibrarySession sess, String accessList) throws IfsException
IfsException
public static String formatAccessLevel(LibrarySession sess, AccessLevel level) throws IfsException
sess
- session contextlevel
- the AccessLevelIfsException
- if the operation failsCopyright © 2023. All rights reserved.