Annotation Type HttpMethodConstraint


@Documented
@Retention(RUNTIME)
public @interface HttpMethodConstraint
The HttpMethodConstraint API.
Author:
Manfred Riem ([email protected])
  • Element Details

    • value

      java.lang.String value
      Get the method name.
      Returns:
      the method name.
    • emptyRoleSemantic

      Get the EmptyRoleSemantic.
      Returns:
      the EmptyRoleSemantic.
      Default:
      PERMIT
    • rolesAllowed

      java.lang.String[] rolesAllowed
      Get the roles allowed.
      Returns:
      the roles allowed.
      Default:
      {}
    • transportGuarantee

      Get the TransportGuarantee.
      Returns:
      the TransportGuarantee.
      Default:
      NONE