From b573a90aa69b3d66b0a800d76398ef41f5ccb022 Mon Sep 17 00:00:00 2001 From: "peter.danner" Date: Tue, 31 Jul 2007 14:56:27 +0000 Subject: Fixed Javadoc git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@864 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'id.server/src/at/gv/egovernment/moa/id/config/proxy/OAConfiguration.java') 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; -- cgit v1.2.3