Interface IAccessPrivilegeConfiguration


public interface IAccessPrivilegeConfiguration
OSGI Service Interface to Add Custom Pages to Permission Management Tree
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Method to identify weather the Root Element is also allowed for Privileges.
    Method to get the Root Element Display Name of the Custom Access Privilege to be used in the Permission Management tree Display
    Method to get the Root Element Name of the Custom Access Privilege
    Method to get the MWS userAlias of the Custom Root Page for which the Access Privileges needs to be defined.
  • Method Details

    • getRootPageAlias

      String getRootPageAlias()
      Method to get the MWS userAlias of the Custom Root Page for which the Access Privileges needs to be defined. The Root Page and all this Child nodes will be considered for Access Privilege Definition
      Returns:
      userAlias of the Root Page
    • getRootName

      String getRootName()
      Method to get the Root Element Name of the Custom Access Privilege
      Returns:
      Name of the Root element
    • getRootDisplayName

      String getRootDisplayName()
      Method to get the Root Element Display Name of the Custom Access Privilege to be used in the Permission Management tree Display
      Returns:
      Display Name of the Root element
    • getRootAllowValue

      boolean getRootAllowValue()
      Method to identify weather the Root Element is also allowed for Privileges.
      Returns:
      boolean specifying if it is allowed or not.