diff options
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/builder')
3 files changed, 4 insertions, 4 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java index 4493333c2..60cd11ed6 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java @@ -76,7 +76,7 @@ public class AuthenticationBlockAssertionBuilder extends AuthenticationAssertion * element derived from the Identitylink; this is the * value of the <code>wbPK</code>; * maybe <code>null</code> if the application is a public service - * @param identiyLinkType the content of the <code><pr:Type></code> + * @param identityLinkType the content of the <code><pr:Type></code> * child element of the <code><pr:Identification></code> * element derived from the Identitylink; this includes the * URN prefix and the identification number of the business diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/Builder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/Builder.java index a5614655b..3a2ee07de 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/Builder.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/Builder.java @@ -13,13 +13,13 @@ public class Builder { /** * Replaces a given number of occurences of a special tag in an XML or HTML template by a value. - * @param htmlTemplate template + * @param template html template * @param tag special tag * @param value value replacing the tag * @param expected specifies if the tag is expected to present; if <code>true</code> and the tag * is not present, an exception is thrown; if <code>false</code> and the tag is * not present, the original string is returned - * @param maxreplacements: -1 to replace each occurence of tag, or limit replacements by a given positive number + * @param maxreplacements Set -1 to replace each occurence of tag, or limit replacements by a given positive number * @return XML or HTML code, the tag replaced * @throws BuildException when template does not contain the tag */ diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/CreateXMLSignatureRequestBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/CreateXMLSignatureRequestBuilder.java index 51429251e..e9a9f308d 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/CreateXMLSignatureRequestBuilder.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/CreateXMLSignatureRequestBuilder.java @@ -47,7 +47,7 @@ public class CreateXMLSignatureRequestBuilder implements Constants { * Builds the <code><CreateXMLSignatureRequest></code>. * * @param authBlock String representation of XML authentication block - * @param keyBoxIdentfier the key box identifier which will be used (e.g. CertifiedKeypair) + * @param keyBoxIdentifier the key box identifier which will be used (e.g. CertifiedKeypair) * @param slVersion12 specifies whether the Security Layer version number is 1.2 or not * @return String representation of <code><CreateXMLSignatureRequest></code> */ |