Annotation Interface BeanLogicSecured


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface BeanLogicSecured
Declares a field or method to be secured. BeanMapper will query the RoleSecuredCheck to see if the active user is allowed to access the field.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The handler that verifies whether access to the property is allowed
  • Element Details

    • value

      Class<? extends LogicSecuredCheck> value
      The handler that verifies whether access to the property is allowed
      Returns:
      the handler that takes care of the allowance verification