Author: ay
Date: Thu Jul 19 15:50:13 2012
New Revision: 826331
Log:
add attribute ref in ManagersType schema
Modified:
websites/production/cxf/content/schemas/configuration/security.xsd
Modified: websites/production/cxf/content/schemas/configuration/security.xsd
==============================================================================
--- websites/production/cxf/content/schemas/configuration/security.xsd
(original)
+++ websites/production/cxf/content/schemas/configuration/security.xsd Thu Jul
19 15:50:13 2012
@@ -265,6 +265,15 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="ref" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>
+ This attribute contains the reference to the KeyManagers bean.
This
+ attribute allows the KeyManagers instance to be constructed by
other
+ means and referenced from this object.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:complexType>
<xs:complexType name="TrustManagersType">
@@ -308,6 +317,15 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="ref" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>
+ This attribute contains the reference to the TrustManagers
bean. This
+ attribute allows the TrustManagers instance to be constructed
by other
+ means and referenced from this object.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:complexType>
<xs:complexType name="CipherSuites">