Interface IWorkplaceAuthorityManager


public interface IWorkplaceAuthorityManager
Interface of authority manager that rules what a certain user is allowed to do within the workplace context.
  • Method Details

    • checkIfAuthorized

      boolean checkIfAuthorized(Object requestor, WorkpageStartInfo wpsi)
      Parameters:
      requestor - The object instance that is requesting the check. It may be possible that a function is not call-able from the normal workplace function tree processing, but that it is call-able from the context of an inner function.
      wpsi - Wokrpage start info that is to be checked.
      Returns:
      true => authority is OK. false => no authority.