aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-02 14:03:03 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-02 14:03:03 +0000
commitfa63bf1a4088aee96d96c76053108454682054e1 (patch)
tree5067615b59fd305ff36e498c64d580ab7537a8ea /id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java
parent296cfab56308cfb4d3b683021d98e65576b0d1ad (diff)
downloadmoa-id-spss-fa63bf1a4088aee96d96c76053108454682054e1.tar.gz
moa-id-spss-fa63bf1a4088aee96d96c76053108454682054e1.tar.bz2
moa-id-spss-fa63bf1a4088aee96d96c76053108454682054e1.zip
Removed compMode; updated JavaDoc
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@894 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java
index 27b512717..e7e490924 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/ExtendedSAMLAttributeImpl.java
@@ -12,22 +12,22 @@ public class ExtendedSAMLAttributeImpl implements ExtendedSAMLAttribute {
* The value of this SAML attribute. Must be either of type <code>java.lang.String</code>
* or <code>org.w3c.Element</code>.
*/
- private Object value_;
+ protected Object value_;
/**
* The name of this SAML attribute.
*/
- private String name_;
+ protected String name_;
/**
* The namespace URI of this SAML attribute.
*/
- private String namespace_;
+ protected String namespace_;
/**
* Specifies whether this SAML attribute should be appended to AUTH Block.
*/
- private int addToAUTHBlock_;
+ protected int addToAUTHBlock_;
/**
* Sets this ExtendedSAMLAttribute.