aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java b/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java
index b9f669196..15c0c328c 100644
--- a/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java
+++ b/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java
@@ -18,13 +18,13 @@ public class VerifyInfoboxParameters {
* Each of these objects contains parameters that maybe needed for validating an
* infobox.
*/
- private Map infoboxParameters_;
+ protected Map infoboxParameters_;
/**
* A list of the identifiers of the infoboxes supported by this
* VerifyInfoboxParameters;
*/
- private List identifiers_;
+ protected List identifiers_;
/**
* Holds the (comma separated) identifiers of those infoboxes MOA-IF is able to validate
@@ -32,7 +32,7 @@ public class VerifyInfoboxParameters {
* The string will be added as value of the <code>PushInfobox</code> parameter in the
* HTML form used for reading the infoboxes from the BKU.
*/
- private String pushInfobox_;
+ protected String pushInfobox_;
/**
* Initializes this VerifyInfoboxParameters with an empty {@link #infoboxParameters_}