Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
static String |
SYSTEMOPTION_ACCESSLEVEL |
Constructor and Description |
---|
PermissionBundleAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createPermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of Create PermissionBundle
|
protected void |
createPermissionBundle(LibrarySession sess,
PermissionBundleDefinition def)
internal variant of Create PermissionBundle
|
protected void |
createPermissionBundle(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create PermissionBundle
|
protected void |
freePermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of Free PermissionBundle
|
protected void |
freePermissionBundle(LibrarySession sess,
String name)
Inline/internal variant of Free PermissionBundle
|
protected PermissionBundle |
lookupPermissionBundle(LibrarySession sess,
String name)
Lookup PermissionBundle by name
|
protected void |
modifyPermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of Modify PermissionBundle
|
protected void |
modifyPermissionBundle(LibrarySession sess,
String name,
PermissionBundleDefinition def)
internal variant of Modify PermissionBundle
|
void |
showPermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of showPermissionBundle
|
void |
showPermissionBundle(LibrarySession sess,
PermissionBundle permissionBundle) |
void |
showPermissionBundle(LibrarySession sess,
String permissionBundlename)
Inline/internal variant of showPermissionBundle
|
protected void |
showPermissionBundles(LibrarySession sess) |
public static final String SYSTEMOPTION_ACCESSLEVEL
protected AdminManager m_Main
public PermissionBundleAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected void createPermissionBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createPermissionBundle(LibrarySession sess, String nameToken, String descriptionToken) throws IfsException
IfsException
protected void createPermissionBundle(LibrarySession sess, PermissionBundleDefinition def) throws IfsException
IfsException
protected void modifyPermissionBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyPermissionBundle(LibrarySession sess, String name, PermissionBundleDefinition def) throws IfsException
IfsException
protected void freePermissionBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freePermissionBundle(LibrarySession sess, String name) throws IfsException
IfsException
protected void showPermissionBundles(LibrarySession sess) throws IfsException
IfsException
protected PermissionBundle lookupPermissionBundle(LibrarySession sess, String name) throws IfsException
IfsException
public void showPermissionBundle(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
public void showPermissionBundle(LibrarySession sess, String permissionBundlename) throws IfsException
IfsException
public void showPermissionBundle(LibrarySession sess, PermissionBundle permissionBundle) throws IfsException
IfsException
Copyright © 2023. All rights reserved.