Author: ashakirin
Date: Tue Aug 5 14:41:30 2014
New Revision: 918465
Log:
Added optional attribute to support password callback handler to unlock
keystore keys
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 Tue Aug
5 14:41:30 2014
@@ -249,6 +249,15 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="keyPasswordCallbackHandler" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>
+ This attribute contains the name of the class implementing
+ password callback handler to unlock the keys withing the
keystore.
+ Alternative to keyPassword attribute.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
<xs:attribute name="provider" type="xs:string">
<xs:annotation>
<xs:documentation>