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
      If empty mountUrl() + "/**" will be used for URL ant pattern matching in security configuration.
    • Element Detail

      • mountUrl

        String mountUrl
        Url belonging to the given Page.
      • matchUrlForSecurity

        String matchUrlForSecurity
        If empty mountUrl() + "/**" will be used for URL ant pattern matching in security configuration. See DescriptorLoader, com.evolveum.midpoint.authentication.impl.authorization.MidPointGuiAuthorizationEvaluator.
        Default:
        ""