Class PluginMenuEntryView
java.lang.Object
de.xima.fc.security.endpoint.PluginMenuEntryView
- All Implemented Interfaces:
IView, IWebEndpoint, Serializable
-
Method Summary
Modifier and TypeMethodDescriptiongetDisplayName(Locale locale) getId()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.
-
getDisplayName
- Specified by:
getDisplayNamein interfaceIView- Returns:
- the display name of this view.
-
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)
-