From 0ba96b399d70eac60ece03f4e438125736169d5b Mon Sep 17 00:00:00 2001
From: Tobias Kellner The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
* The following schema fragment specifies the expected content contained within this class.
*
*
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Chains"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Chains"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java
index 5ecb3997..e99e9b17 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Action.java
@@ -37,23 +37,23 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <choice>
- * <element name="ChainRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="RuleAction">
- * <simpleType>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * <enumeration value="allow"/>
- * <enumeration value="deny"/>
- * </restriction>
- * </simpleType>
- * </element>
- * </choice>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <choice>
+ * <element name="ChainRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="RuleAction">
+ * <simpleType>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ * <enumeration value="allow"/>
+ * <enumeration value="deny"/>
+ * </restriction>
+ * </simpleType>
+ * </element>
+ * </choice>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java
index eff37730..2c44faef 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chain.java
@@ -43,16 +43,16 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Rules" minOccurs="0"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Rules" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java
index cccc97f6..9a9fb258 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Chains.java
@@ -39,15 +39,15 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Chain" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Chain" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java
index 8428e432..ad66dac3 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Command.java
@@ -41,16 +41,16 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Param" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Param" maxOccurs="unbounded" minOccurs="0"/>
+ * </sequence>
+ * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java
index d02fc833..bc163bb2 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Param.java
@@ -41,13 +41,13 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
*
- * <complexType>
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>string">
- * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
- * </extension>
- * </simpleContent>
- * </complexType>
+ * <complexType>
+ * <simpleContent>
+ * <extension base="<http://www.w3.org/2001/XMLSchema>string">
+ * <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
+ * </extension>
+ * </simpleContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java
index c1496884..9f49d817 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rule.java
@@ -43,24 +43,24 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}AuthClass"/>
- * <choice minOccurs="0">
- * <element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="IPv4Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * </choice>
- * <element ref="{}Command" minOccurs="0"/>
- * <element ref="{}Action"/>
- * <element ref="{}UserInteraction"/>
- * </sequence>
- * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}AuthClass"/>
+ * <choice minOccurs="0">
+ * <element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="IPv4Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ * </choice>
+ * <element ref="{}Command" minOccurs="0"/>
+ * <element ref="{}Action"/>
+ * <element ref="{}UserInteraction"/>
+ * </sequence>
+ * <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java
index 730cc9cf..4f28c0df 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/accesscontrol/config/Rules.java
@@ -39,15 +39,15 @@ import javax.xml.bind.annotation.XmlType;
*
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{}Rule" maxOccurs="unbounded"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
+ * <complexType>
+ * <complexContent>
+ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence>
+ * <element ref="{}Rule" maxOccurs="unbounded"/>
+ * </sequence>
+ * </restriction>
+ * </complexContent>
+ * </complexType>
*
*
*
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java b/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java
index c4f535a9..069c23bb 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/binding/BindingProcessorManager.java
@@ -71,13 +71,11 @@ public interface BindingProcessorManager {
/**
* Schedules the given BindingProcessor for processing.
- *
*
- * id
.
signature
.
*
- * @param document the signature document
+ * @param signature the signature
*
- * @throws NullPointerException if document
is null
+ * @throws NullPointerException if signature
is null
*/
public CreateCMSSignatureResultImpl(byte[] signature) {
super();
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java
index f1236e60..d0451138 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/DataObjectHashDataInput.java
@@ -31,7 +31,7 @@ import java.io.InputStream;
/**
* DataObject-backed HashDataInput
- * If reference caching is enabled,
+ * If reference caching is enabled,
* the hashdata input stream can be obtained repeatedly.
* @author clemens
*/
diff --git a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java
index 731c26af..2737eb2d 100644
--- a/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java
+++ b/bkucommon/src/main/java/at/gv/egiz/bku/slcommands/impl/GetStatusCommandImpl.java
@@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
/**
*
- * @author Clemens Orthacker STALResponse
s received in
- * {@link SLCommandImpl#transmitSTALRequest(List)}.
+ * {@link transmitSTALRequest(List)}.
*/
protected Iteratorxsd:Id
-attribute values of the form
* '<elementName>-<random>-<sequenceNumber>
',
* where
+ *
* <elementName>
is the name provided at
+ * <elementName>
; is the name provided at
* {@link #createIdValue(String)},<random>
is a random generated fixed value for an
+ * <random>
; is a random generated fixed value for an
* instance of this IdValueFactory and<sequenceNumber>
is the sequence number of the value
+ * <sequenceNumber>
; is the sequence number of the value
* generated for a given elementName
by an instance of this
* IdValueFactory.STALPrivateKey
with the given
* stal
implementation, signature algorithm
,
- * keyboxIdentifier
and hashDataInputCallback
- * interface.
+ * keyboxIdentifier
and dataObjects
.
*
* @param stal
* the STAL implementation
@@ -74,8 +73,8 @@ public class STALPrivateKey implements PrivateKey {
* the signature algorithm
* @param keyboxIdentifier
* the keybox identifier
- * @param hashDataInputCallback
- * the interface for obtaining the has input data
+ * @param dataObjects
+ * the data objects
*/
public STALPrivateKey(STAL stal,
String algorithm, String keyboxIdentifier, List