Class WebAccessService

  • Direct Known Subclasses:
    WebAccessServiceImpl

    public abstract class WebAccessService
    extends Object
    The service provides the interface to open file access from the web UI. The client should register using allowAccess method, specifying the permissions required, desired id, etc. The links to the files can be then obtained via WebAccess.getLinkForFile and WebAccess.getLinkForZip methods.
    Since:
    6.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    WebAccess