Skip to content

Commit d74ba34

Browse files
committed
[SecurityBundle] Remove dead "encoder" complex type
1 parent 83c986a commit d74ba34

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Resources/config/schema/security-1.0.xsd

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,6 @@
6969
</xsd:restriction>
7070
</xsd:simpleType>
7171

72-
<xsd:complexType name="encoder">
73-
<xsd:sequence>
74-
<xsd:element name="migrate-from" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
75-
</xsd:sequence>
76-
<xsd:attribute name="class" type="xsd:string" use="required" />
77-
<xsd:attribute name="algorithm" type="xsd:string" />
78-
<xsd:attribute name="hash-algorithm" type="xsd:string" />
79-
<xsd:attribute name="key-length" type="xsd:string" />
80-
<xsd:attribute name="ignore-case" type="xsd:boolean" />
81-
<xsd:attribute name="encode-as-base64" type="xsd:boolean" />
82-
<xsd:attribute name="iterations" type="xsd:string" />
83-
<xsd:attribute name="cost" type="xsd:integer" />
84-
<xsd:attribute name="memory-cost" type="xsd:string" />
85-
<xsd:attribute name="time-cost" type="xsd:string" />
86-
<xsd:attribute name="id" type="xsd:string" />
87-
</xsd:complexType>
88-
8972
<xsd:complexType name="password_hasher">
9073
<xsd:sequence>
9174
<xsd:element name="migrate-from" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />

0 commit comments

Comments
 (0)