Interface ICustomUIService

All Superinterfaces:
ITextResourceManagementService

public interface ICustomUIService extends ITextResourceManagementService
This provides functionality to be used by an implementation of a custom user interface that is used in place of the standard user interface for a resource on the Management Console.
  • Method Details

    • isAuthorized

      boolean isAuthorized(String path, String action)
      Checks whether the currently logged in user is authorized to perform the given action on the given path.
      Parameters:
      path - path of the resource or collection
      action - action to check the authorization
      Returns:
      true if authorized, false if not authorized