View | Details | Raw Unified | Return to bug 230242 | Differences between
and this patch

Collapse All | Expand All

(-)schema/secureStorage.exsd (-1 / +21 lines)
Lines 44-49 Link Here
44
44
45
   <element name="provider">
45
   <element name="provider">
46
      <complexType>
46
      <complexType>
47
         <sequence minOccurs="0" maxOccurs="unbounded">
48
            <element ref="hint"/>
49
         </sequence>
47
         <attribute name="class" type="string" use="required">
50
         <attribute name="class" type="string" use="required">
48
            <annotation>
51
            <annotation>
49
               <documentation>
52
               <documentation>
Lines 64-69 Link Here
64
      </complexType>
67
      </complexType>
65
   </element>
68
   </element>
66
69
70
   <element name="hint">
71
      <complexType>
72
         <attribute name="value" use="required">
73
            <annotation>
74
               <documentation>
75
                  To help secure storage optimize workflows, providers that acquire master passwords without input from the user the should specify &lt;tt&gt;AutomaticPasswordGeneration&lt;/tt&gt; hint.
76
               </documentation>
77
            </annotation>
78
            <simpleType>
79
               <restriction base="string">
80
                  <enumeration value="AutomaticPasswordGeneration">
81
                  </enumeration>
82
               </restriction>
83
            </simpleType>
84
         </attribute>
85
      </complexType>
86
   </element>
87
67
   <annotation>
88
   <annotation>
68
      <appinfo>
89
      <appinfo>
69
         <meta.section type="examples"/>
90
         <meta.section type="examples"/>
Lines 100-106 Link Here
100
      <documentation>
121
      <documentation>
101
         &lt;p&gt;The &lt;code&gt;org.eclipse.equinox.security.ui&lt;/code&gt; bundle supplies default password provider that prompts user to enter the password.&lt;/p&gt;
122
         &lt;p&gt;The &lt;code&gt;org.eclipse.equinox.security.ui&lt;/code&gt; bundle supplies default password provider that prompts user to enter the password.&lt;/p&gt;
102
&lt;p&gt;The &lt;code&gt;org.eclipse.equinox.security.win32.x86&lt;/code&gt; fragment provides Windows OS integration.&lt;/p&gt;
123
&lt;p&gt;The &lt;code&gt;org.eclipse.equinox.security.win32.x86&lt;/code&gt; fragment provides Windows OS integration.&lt;/p&gt;
103
104
      </documentation>
124
      </documentation>
105
   </annotation>
125
   </annotation>
106
126

Return to bug 230242