Skip to content

Commit 4012dbc

Browse files
committed
Remove outdated guard from security xsd schema
1 parent 7df1d3d commit 4012dbc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Resources/config/schema/security-1.0.xsd

-9
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
<xsd:element name="anonymous" type="anonymous" minOccurs="0" maxOccurs="1" />
138138
<xsd:element name="form-login" type="form_login" minOccurs="0" maxOccurs="1" />
139139
<xsd:element name="form-login-ldap" type="form_login_ldap" minOccurs="0" maxOccurs="1" />
140-
<xsd:element name="guard" type="guard" minOccurs="0" maxOccurs="1" />
141140
<xsd:element name="access-token" type="access_token" minOccurs="0" maxOccurs="1" />
142141
<xsd:element name="http-basic" type="http_basic" minOccurs="0" maxOccurs="1" />
143142
<xsd:element name="http-basic-ldap" type="http_basic_ldap" minOccurs="0" maxOccurs="1" />
@@ -254,14 +253,6 @@
254253
</xsd:complexContent>
255254
</xsd:complexType>
256255

257-
<xsd:complexType name="guard">
258-
<xsd:sequence>
259-
<xsd:element name="authenticator" type="xsd:string" minOccurs="1" maxOccurs="unbounded" />
260-
</xsd:sequence>
261-
<xsd:attribute name="provider" type="xsd:string" />
262-
<xsd:attribute name="entry-point" type="xsd:string" />
263-
</xsd:complexType>
264-
265256
<xsd:complexType name="http_basic">
266257
<xsd:attribute name="provider" type="xsd:string" />
267258
<xsd:attribute name="realm" type="xsd:string" />

0 commit comments

Comments
 (0)