Annotation Interface Url


@Retention(RUNTIME) public @interface Url
An interface used for definition page url in GUI.
Author:
lazyman
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Url belonging to the given Page.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Url that will be matched in com.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluator using AntPathRequestMatcher.
  • Element Details

    • mountUrl

      String mountUrl
      Url belonging to the given Page.
    • matchUrlForSecurity

      String matchUrlForSecurity
      Url that will be matched in com.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluator using AntPathRequestMatcher.

      If empty then mountUrl() + "/**" will be used for URL ant pattern matching in security configuration.

      Default:
      ""