Annotation Interface RestHandlerMethod


@Target(METHOD) @Retention(RUNTIME) public @interface RestHandlerMethod
MidPoint-specific information about a REST handler method. Currently, it provides related RestAuthorizationAction.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The abstract REST method implemented by this handler.
  • Element Details

    • authorization

      @NotNull @NotNull RestAuthorizationAction authorization
      The abstract REST method implemented by this handler.