Author: chatra
Date: Wed May 3 04:57:07 2006
New Revision: 399274
URL: http://svn.apache.org/viewcvs?rev=399274&view=rev
Log:
added xsd and image files for security module html
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in-sample.png
(with props)
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in.action.xsd
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-action.xsd
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample.png
(with props)
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample2.png
(with props)
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in-sample.png
(with props)
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in.action.xsd
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-action.xsd
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample.png
(with props)
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample2.png
(with props)
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in-sample.png
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in-sample.png?rev=399274&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in-sample.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in.action.xsd
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in.action.xsd?rev=399274&view=auto
==============================================================================
---
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in.action.xsd
(added)
+++
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/in.action.xsd
Wed May 3 04:57:07 2006
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="action">
+ <xs:annotation>
+ <xs:documentation>Inflow security 'action'
configuration</xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="items" type="xs:string"/>
+ <xs:element name="passwordCallbackClass"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signaturePropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="decryptionPropFile"
type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-action.xsd
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-action.xsd?rev=399274&view=auto
==============================================================================
---
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-action.xsd
(added)
+++
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-action.xsd
Wed May 3 04:57:07 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="action">
+ <xs:annotation>
+ <xs:documentation>Outflow security 'action'
configuration</xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="items" type="xs:string"/>
+ <xs:element name="user" type="xs:string"/>
+ <xs:element name="passwordCallbackClass"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signaturePropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionPropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signatureKeyIdentifier"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionKeyIdentifier"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionUser"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signatureParts"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionParts"
type="xs:string" minOccurs="0"/>
+ <xs:element name="optimizeParts"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionSymAlgorithm"
type="xs:string" minOccurs="0"/>
+ <xs:element name="EmbeddedKeyCallbackClass"
type="xs:string" minOccurs="0"/>
+ <xs:element
name="encryptionKeyTransportAlgorithm" type="xs:string" minOccurs="0"/>
+ <xs:element name="EmbeddedKeyName"
type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample.png
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample.png?rev=399274&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample2.png
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample2.png?rev=399274&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
webservices/axis2/trunk/java/xdocs/modules/wss4j/0_95/sec-conf/out-sample2.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in-sample.png
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in-sample.png?rev=399274&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in-sample.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in.action.xsd
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in.action.xsd?rev=399274&view=auto
==============================================================================
--- webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in.action.xsd
(added)
+++ webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/in.action.xsd
Wed May 3 04:57:07 2006
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="action">
+ <xs:annotation>
+ <xs:documentation>Inflow security 'action'
configuration</xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="items" type="xs:string"/>
+ <xs:element name="passwordCallbackClass"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signaturePropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="decryptionPropFile"
type="xs:string" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-action.xsd
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-action.xsd?rev=399274&view=auto
==============================================================================
---
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-action.xsd
(added)
+++
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-action.xsd
Wed May 3 04:57:07 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="action">
+ <xs:annotation>
+ <xs:documentation>Outflow security 'action'
configuration</xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="items" type="xs:string"/>
+ <xs:element name="user" type="xs:string"/>
+ <xs:element name="passwordCallbackClass"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signaturePropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionPropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionPropFile"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signatureKeyIdentifier"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionKeyIdentifier"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionUser"
type="xs:string" minOccurs="0"/>
+ <xs:element name="signatureParts"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionParts"
type="xs:string" minOccurs="0"/>
+ <xs:element name="optimizeParts"
type="xs:string" minOccurs="0"/>
+ <xs:element name="encryptionSymAlgorithm"
type="xs:string" minOccurs="0"/>
+ <xs:element name="EmbeddedKeyCallbackClass"
type="xs:string" minOccurs="0"/>
+ <xs:element
name="encryptionKeyTransportAlgorithm" type="xs:string" minOccurs="0"/>
+ <xs:element name="EmbeddedKeyName"
type="xs:string" minOccurs="0"/>
+ <xs:element name="timeToLive" type="xs:string"
minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample.png
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample.png?rev=399274&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample2.png
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample2.png?rev=399274&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
webservices/axis2/trunk/java/xdocs/modules/wss4j/1_0/sec-conf/out-sample2.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream