feat: record DDS protection evidence
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.cloudhandson.ddsbackoffice.domain;
|
||||
|
||||
/** A deterministic document-visibility fixture; it never includes a bearer secret. */
|
||||
public record DdsValidationFixture(
|
||||
String fixtureId,
|
||||
String path,
|
||||
String subjectKey,
|
||||
long applicationUserId,
|
||||
String documentId,
|
||||
boolean expectedVisible,
|
||||
String description
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user