aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java b/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java
index 3ec9e14fd..d25cb3b2b 100644
--- a/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java
+++ b/id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java
@@ -108,7 +108,7 @@ public class OAConfiguration {
/**
* Sets the basicAuthPasswordMapping.
- * @param basicAuthPasswordMapping The basicAuthPasswordMapping to set
+ * @param basicAuthPassword The basicAuthPasswordMapping to set
*/
public void setBasicAuthPasswordMapping(String basicAuthPassword) {
this.basicAuthPasswordMapping = basicAuthPassword;
@@ -116,7 +116,7 @@ public class OAConfiguration {
/**
* Sets the basicAuthUserIDMapping.
- * @param basicAuthUserIDMapping The basicAuthUserIDMapping to set
+ * @param basicAuthUserID The basicAuthUserIDMapping to set
*/
public void setBasicAuthUserIDMapping(String basicAuthUserID) {
this.basicAuthUserIDMapping = basicAuthUserID;
@@ -124,7 +124,7 @@ public class OAConfiguration {
/**
* Sets the headerAuthMapping.
- * @param headerAuthMapping The headerAuthMapping to set
+ * @param headerAuth The headerAuthMapping to set
*/
public void setHeaderAuthMapping(HashMap headerAuth) {
this.headerAuthMapping = headerAuth;
@@ -140,7 +140,7 @@ public class OAConfiguration {
/**
* Sets the paramAuthMapping.
- * @param paramAuthMapping The paramAuthMapping to set
+ * @param paramAuth The paramAuthMapping to set
*/
public void setParamAuthMapping(HashMap paramAuth) {
this.paramAuthMapping = paramAuth;
@@ -156,7 +156,7 @@ public class OAConfiguration {
/**
* Sets the authType.
- * @param authType The authType to set
+ * @param authLoginType The authType to set
*/
public void setAuthType(String authLoginType) {
this.authType = authLoginType;