diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2015-05-06 12:46:10 +0200 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2015-05-06 12:46:10 +0200 |
commit | c230145208b7fbe53b7bf2d6aff49a24301559eb (patch) | |
tree | ec9cacaa1db2d4d287c4687016ff038ab5e2fd2a /id | |
parent | c621447906a77c5d457ce2ee854c08586509626a (diff) | |
download | moa-id-spss-c230145208b7fbe53b7bf2d6aff49a24301559eb.tar.gz moa-id-spss-c230145208b7fbe53b7bf2d6aff49a24301559eb.tar.bz2 moa-id-spss-c230145208b7fbe53b7bf2d6aff49a24301559eb.zip |
fixed samlengine transient issue
Diffstat (limited to 'id')
-rw-r--r-- | id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttribute.java | 2 |
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. |