File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 137
137
<xsd : element name =" anonymous" type =" anonymous" minOccurs =" 0" maxOccurs =" 1" />
138
138
<xsd : element name =" form-login" type =" form_login" minOccurs =" 0" maxOccurs =" 1" />
139
139
<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" />
141
140
<xsd : element name =" access-token" type =" access_token" minOccurs =" 0" maxOccurs =" 1" />
142
141
<xsd : element name =" http-basic" type =" http_basic" minOccurs =" 0" maxOccurs =" 1" />
143
142
<xsd : element name =" http-basic-ldap" type =" http_basic_ldap" minOccurs =" 0" maxOccurs =" 1" />
254
253
</xsd : complexContent >
255
254
</xsd : complexType >
256
255
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
-
265
256
<xsd : complexType name =" http_basic" >
266
257
<xsd : attribute name =" provider" type =" xsd:string" />
267
258
<xsd : attribute name =" realm" type =" xsd:string" />
You can’t perform that action at this time.
0 commit comments