From 00639acca4329d78af3bf02746734ecf447455f5 Mon Sep 17 00:00:00 2001 From: Evgeny Bardin <evgeny.bardin@external.mgm-cp.com> Date: Fri, 3 Jan 2025 20:02:44 +0100 Subject: [PATCH] OZG-7092 adjust javadoc --- .../java/de/ozgcloud/token/TokenValidationProperties.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java b/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java index 6d18c6f..f82afaf 100644 --- a/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java +++ b/token-checker-server/src/main/java/de/ozgcloud/token/TokenValidationProperties.java @@ -84,9 +84,7 @@ public class TokenValidationProperties { private boolean useIdAsPostfachId = false; /** - * The mappings the PostfachHandle and the TrustLevel. The value of the mapping - * the name of the attribute in the SamlResponse that represents these values. - * The default are the mappings used by BayernID. + * The mappings define the names of the attributes in the SamlResponse that correspond to these keys */ @NotNull private Map<String, String> mappings; -- GitLab