Modifier and Type | Field and Description |
---|---|
protected AdminManager |
m_Main |
Constructor and Description |
---|
PolicyAdmin(AdminManager main)
The only constructor that is being used.
|
Modifier and Type | Method and Description |
---|---|
protected void |
createPolicy(LibrarySession sess,
ParameterTable params)
Section variant of Create Policy
|
protected void |
createPolicy(LibrarySession sess,
PolicyDefinition def)
internal variant of Create Policy
|
protected void |
createPolicy(LibrarySession sess,
String nameToken,
String operationToken,
String implementationNameToken)
inline variant of Create Policy
|
protected void |
freePolicy(LibrarySession sess,
ParameterTable params)
Section variant of Free Policy
|
protected void |
freePolicy(LibrarySession sess,
String name)
Inline/internal variant of Free Policy
|
protected Policy |
lookupPolicy(LibrarySession sess,
String name)
Lookup Policy by name
|
protected void |
modifyPolicy(LibrarySession sess,
ParameterTable params)
Section variant of Modify Policy
|
protected void |
modifyPolicy(LibrarySession sess,
String name,
PolicyDefinition def)
internal variant of Modify Policy
|
protected void |
showPolicy(LibrarySession sess,
ParameterTable params)
Section variant of showPolicy
|
protected void |
showPolicy(LibrarySession sess,
Policy policy) |
protected void |
showPolicy(LibrarySession sess,
String policyname)
Inline/internal variant of showPolicy
|
protected AdminManager m_Main
public PolicyAdmin(AdminManager main)
main
- Reference to AdminManager which invokes this.protected void createPolicy(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void createPolicy(LibrarySession sess, String nameToken, String operationToken, String implementationNameToken) throws IfsException
IfsException
protected void createPolicy(LibrarySession sess, PolicyDefinition def) throws IfsException
IfsException
protected void modifyPolicy(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void modifyPolicy(LibrarySession sess, String name, PolicyDefinition def) throws IfsException
IfsException
protected void freePolicy(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void freePolicy(LibrarySession sess, String name) throws IfsException
IfsException
protected void showPolicy(LibrarySession sess, ParameterTable params) throws IfsException
IfsException
protected void showPolicy(LibrarySession sess, String policyname) throws IfsException
IfsException
protected void showPolicy(LibrarySession sess, Policy policy) throws IfsException
IfsException
protected Policy lookupPolicy(LibrarySession sess, String name) throws IfsException
IfsException
Copyright © 2023. All rights reserved.