aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2015-05-06 12:46:10 +0200
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2015-05-06 12:46:10 +0200
commitc230145208b7fbe53b7bf2d6aff49a24301559eb (patch)
treeec9cacaa1db2d4d287c4687016ff038ab5e2fd2a /id/server/stork2-commons/src
parentc621447906a77c5d457ce2ee854c08586509626a (diff)
downloadmoa-id-spss-c230145208b7fbe53b7bf2d6aff49a24301559eb.tar.gz
moa-id-spss-c230145208b7fbe53b7bf2d6aff49a24301559eb.tar.bz2
moa-id-spss-c230145208b7fbe53b7bf2d6aff49a24301559eb.zip
fixed samlengine transient issue
Diffstat (limited to 'id/server/stork2-commons/src')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttribute.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttribute.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttribute.java
index 5d8281445..15803fb68 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttribute.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttribute.java
@@ -69,7 +69,7 @@ public final class PersonalAttribute implements Serializable, Cloneable {
/**
* Is the personal attribute mandatory?
*/
- private transient boolean required;
+ private boolean required;
/**
* Returned status of the attribute from the IdP.