aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java
index d4c152614..8a33897d8 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/specific/ITranslatorService.java
@@ -90,11 +90,11 @@ public interface ITranslatorService {
/**
* Validate the values of the attributes.
*
- * @param authData The SAML's STORKAuthnRequest object.
+ * @param pal The attribute list
*
* @return True, if all the attributes have values. False, otherwise.
*
* @see STORKAuthnRequest
*/
- boolean checkAttributeValues(STORKAuthnRequest authData);
+ boolean checkAttributeValues(IPersonalAttributeList pa);
}