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 --- .../moa/id/auth/data/AuthenticationSession.java | 18 +++++++++--------- .../moa/id/auth/data/CreateXMLSignatureResponse.java | 2 +- .../moa/id/auth/data/ExtendedSAMLAttributeImpl.java | 2 +- .../moa/id/auth/data/InfoboxValidatorParamsImpl.java | 5 +++-- 4 files changed, 14 insertions(+), 13 deletions(-) (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data') diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/AuthenticationSession.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/AuthenticationSession.java index 12d29ba82..90d79a46d 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/data/AuthenticationSession.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/AuthenticationSession.java @@ -126,7 +126,7 @@ public class AuthenticationSession { /** * Sets the sessionID. - * @param sessionID The sessionID to set + * @param sessionId The sessionID to set */ public void setSessionID(String sessionId) { this.sessionID = sessionId; @@ -168,24 +168,24 @@ public class AuthenticationSession { * Sets the oaURLRequested. * @param oaURLRequested The oaURLRequested to set */ - public void setOAURLRequested(String url) { - this.oaURLRequested = url; + public void setOAURLRequested(String oaURLRequested) { + this.oaURLRequested = oaURLRequested; } /** * Sets the oaPublicURLPrefix - * @param url The oaPublicURLPrefix to set + * @param oaPublicURLPrefix The oaPublicURLPrefix to set */ - public void setPublicOAURLPrefix(String url) { - this.oaPublicURLPrefix = url; + public void setPublicOAURLPrefix(String oaPublicURLPrefix) { + this.oaPublicURLPrefix = oaPublicURLPrefix; } /** * Sets the bkuURL - * @param url The BKU URL to set + * @param bkuURL The BKU URL to set */ - public void setBkuURL(String url) { - this.bkuURL = url; + public void setBkuURL(String bkuURL) { + this.bkuURL = bkuURL; } /** diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/CreateXMLSignatureResponse.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/CreateXMLSignatureResponse.java index 81945f644..d121f2c55 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/data/CreateXMLSignatureResponse.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/CreateXMLSignatureResponse.java @@ -54,7 +54,7 @@ public void setSamlAssertion(Element samlAssertion) { /** * Sets the samlAttribute. - * @param samlAttribute The samlAttribute to set + * @param samlAttributes The samlAttributes to set */ public void setSamlAttributes(SAMLAttribute[] samlAttributes) { this.samlAttributes = samlAttributes; 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 9aedd86e6..27b512717 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 @@ -100,7 +100,7 @@ public class ExtendedSAMLAttributeImpl implements ExtendedSAMLAttribute { * {@link at.gv.egovernment.moa.id.auth.data.ExtendedSAMLAttribute#ADD_TO_AUTHBLOCK_ONLY} * * - * {@link at.gv.egovernment.moa.id.auth.data.ExtendedSAMLAttribute#ADD_TO_AUTHBLOCK) + * {@link at.gv.egovernment.moa.id.auth.data.ExtendedSAMLAttribute#ADD_TO_AUTHBLOCK} */ public void setAddToAUTHBlock(int addToAUTHBlock) { addToAUTHBlock_ = addToAUTHBlock; diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java index fcfc054d8..123d57157 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java @@ -190,7 +190,7 @@ public class InfoboxValidatorParamsImpl implements InfoboxValidatorParams { } /** - * @see at.gv.egovernment.moa.id.auth.data.InfoboxValidatorParams#hideStammzahl + * @see at.gv.egovernment.moa.id.auth.data.InfoboxValidatorParams#getHideStammzahl() */ public boolean getHideStammzahl() { return hideStammzahl_; @@ -334,7 +334,8 @@ public class InfoboxValidatorParamsImpl implements InfoboxValidatorParams { } /** - * Sets the {@link #hideStammzahl_} parameter. + * Sets the hideStammzahl_ parameter. This indicates whether source pins + * (Stammzahlen) must be hidden or not. * * @param hideStammzahl True if source pins (Stammzahlen) should * be hidden, otherwise false. -- cgit v1.2.3