Class PluginMenuEntryView

java.lang.Object
de.xima.fc.security.endpoint.PluginMenuEntryView
All Implemented Interfaces:
IView, IWebEndpoint, Serializable

public class PluginMenuEntryView extends Object implements IView
Model for plugin views.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Method Details

    • getAuthorizer

      public IAuthorizer getAuthorizer()
      Specified by:
      getAuthorizer in interface IWebEndpoint
      Returns:
      the authorizer that defines authorization requirements of this web endpoint. May be null. If null authorizer is returned than the view web enpoint is public, which means any user can access it.
    • getAvailibilityResolver

      public IAvailabiltyResolver getAvailibilityResolver()
      Specified by:
      getAvailibilityResolver in interface IWebEndpoint
      Returns:
      the availability resolver that defines the availability requirements of this web endpoint. May be null. If null resolver is returned than the web endpoint is available.
    • getId

      public String getId()
      Specified by:
      getId in interface IWebEndpoint
      Returns:
      the unique ID of this web endpoint.
    • getUriResolver

      public IUriResolver getUriResolver()
      Specified by:
      getUriResolver in interface IWebEndpoint
      Returns:
      the uri resolver which defines the location of this endpoint.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • of

      public static IView of(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry)