Annotation Type MethodProperties

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean exposed
      Expose this operation as a JAX-RS endpoint.
      String path
      URL path segment that should be used to access this operation.
      String[] rolesAllowed
      List of the security roles permitted to access this operation.
    • Element Detail

      • exposed

        boolean exposed
        Expose this operation as a JAX-RS endpoint.

        Default: true

        Default:
        true
      • path

        String path
        URL path segment that should be used to access this operation. This path segment is appended to the segment specified with the ResourceProperties annotation used on this resource.

        Default: ""

        Default:
        ""
      • rolesAllowed

        String[] rolesAllowed
        List of the security roles permitted to access this operation.

        Default: ""

        Default:
        {}