Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
ExtendedPermissionAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createExtendedPermission(LibrarySession sess,
ExtendedPermissionDefinition def)
internal variant of Create ExtendedPermission
|
protected void |
createExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of Create ExtendedPermission
|
protected void |
createExtendedPermission(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create ExtendedPermission
|
protected void |
freeExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of Free ExtendedPermission
|
protected void |
freeExtendedPermission(LibrarySession sess,
String name)
Inline/internal variant of Free ExtendedPermission
|
protected ExtendedPermission |
lookupExtendedPermission(LibrarySession sess,
String name)
Lookup ExtendedPermission by name
|
protected void |
modifyExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of Modify ExtendedPermission
|
protected void |
modifyExtendedPermission(LibrarySession sess,
String name,
ExtendedPermissionDefinition def)
internal variant of Modify ExtendedPermission
|
protected void |
showExtendedPermission(LibrarySession sess,
ExtendedPermission extperm) |
protected void |
showExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of showExtendedPermission
|
protected void |
showExtendedPermission(LibrarySession sess,
String name)
Inline/internal variant of showExtendedPermission
|
protected AdminManager m_Main
public ExtendedPermissionAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected void createExtendedPermission(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createExtendedPermission(LibrarySession sess, String nameToken, String descriptionToken) throws IfsException
IfsException
protected void createExtendedPermission(LibrarySession sess, ExtendedPermissionDefinition def) throws IfsException
IfsException
protected void modifyExtendedPermission(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyExtendedPermission(LibrarySession sess, String name, ExtendedPermissionDefinition def) throws IfsException
IfsException
protected void freeExtendedPermission(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freeExtendedPermission(LibrarySession sess, String name) throws IfsException
IfsException
protected void showExtendedPermission(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void showExtendedPermission(LibrarySession sess, String name) throws IfsException
IfsException
protected void showExtendedPermission(LibrarySession sess, ExtendedPermission extperm) throws IfsException
IfsException
protected ExtendedPermission lookupExtendedPermission(LibrarySession sess, String name) throws IfsException
IfsException
Copyright © 2023. All rights reserved.