Annotation Type 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
      String mountUrl
      Url belonging to the given Page.
    • Optional Element Summary

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

      • 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:
        ""