Annotation Type Secured


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Secured
    Annotation for REST endpoints to be secured by security profile filtering. Permission should be a unique identifier per endpoint method.
      • description

        java.lang.String description
      • isAdminOnly

        boolean isAdminOnly
        Default:
        false