diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-20 14:20:38 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-20 14:20:38 +0000 |
commit | 66a8425c4cd1f2284f6f81e71ba302846cea6703 (patch) | |
tree | 26fa55c2264bd01d39ca32317163624aef5c591b /utils | |
parent | d0a8dd9ddc945b19209075be6d66350bac16f051 (diff) | |
download | mocca-66a8425c4cd1f2284f6f81e71ba302846cea6703.tar.gz mocca-66a8425c4cd1f2284f6f81e71ba302846cea6703.tar.bz2 mocca-66a8425c4cd1f2284f6f81e71ba302846cea6703.zip |
workaround to avoid DOM binding
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@267 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'utils')
-rw-r--r-- | utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AnyType.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AnyType.java b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AnyType.java index 82a221a7..a9f7dd8d 100644 --- a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AnyType.java +++ b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AnyType.java @@ -18,6 +18,14 @@ import javax.xml.bind.annotation.XmlType; /** + * This type is introduced to avoid the DOM Element binding of + * AttributeValue and SubjectConfirmationData, specified as + * <pre> + * <element name="AttributeValue" type="anyType"/> + * <element name="SubjectConfirmationData" type="anyType"/> + * </pre> + * in the original SAML 1.0 Assertion schema. + * * <p>Java class for AnyType complex type. * * <p>The following schema fragment specifies the expected content contained within this class. |