aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-11-07 15:08:58 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-11-07 15:08:58 +0100
commitc559071dcf6d1fc0f3dbea3cfb0820719c42439f (patch)
tree0e611fbded7ed3284319151a268ef2ad454483b9 /id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java
parent244e3e0e95af0941ac0e27ec6e619e587fdce162 (diff)
downloadmoa-id-spss-c559071dcf6d1fc0f3dbea3cfb0820719c42439f.tar.gz
moa-id-spss-c559071dcf6d1fc0f3dbea3cfb0820719c42439f.tar.bz2
moa-id-spss-c559071dcf6d1fc0f3dbea3cfb0820719c42439f.zip
stork2-commons update
Diffstat (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java
index c4a3e2b6c..d2cc370d3 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/STORKAuthnResponse.java
@@ -68,7 +68,7 @@ public final class STORKAuthnResponse implements Serializable {
private String country;
/** Citizen's personal attribute list. */
- private IPersonalAttributeList attributeList = new PersonalAttributeList();
+ private transient IPersonalAttributeList attributeList = new PersonalAttributeList();
/** List of all assertions in response **/
private List<Assertion> assertions;