Package de.xima.fc.security.endpoint
Class PluginMenuEntryView
java.lang.Object
de.xima.fc.security.endpoint.PluginMenuEntryView
- All Implemented Interfaces:
IView,IWebEndpoint,Serializable
Model for plugin views.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()static IViewof(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry) toString()
-
Method Details
-
getAuthorizer
- Specified by:
getAuthorizerin interfaceIWebEndpoint- Returns:
- the authorizer that defines authorization requirements of this web endpoint. May be
null. Ifnullauthorizer is returned than the view web enpoint is public, which means any user can access it.
-
getAvailibilityResolver
- Specified by:
getAvailibilityResolverin interfaceIWebEndpoint- Returns:
- the availability resolver that defines the availability requirements of this web endpoint. May be
null. Ifnullresolver is returned than the web endpoint is available.
-
getId
- Specified by:
getIdin interfaceIWebEndpoint- Returns:
- the unique ID of this web endpoint.
-
getUriResolver
- Specified by:
getUriResolverin interfaceIWebEndpoint- Returns:
- the uri resolver which defines the location of this endpoint.
-
toString
-
of
public static IView of(IPluginMenuEntry pluginMenuEntry, String contextName, Mandant client, IPluginMenuEntry parentPluginMenuEntry)
-