mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
SEC-648: Added custom-authentication-provider element.
This commit is contained in:
parent
e852cf53a8
commit
cd16dac290
@ -226,6 +226,10 @@ ap.attlist &=
|
|||||||
## Specifies a reference to a separately configured UserDetailsService from which to obtain authentication data.
|
## Specifies a reference to a separately configured UserDetailsService from which to obtain authentication data.
|
||||||
attribute user-service-ref {xsd:string}?
|
attribute user-service-ref {xsd:string}?
|
||||||
|
|
||||||
|
custom-authentication-provider =
|
||||||
|
element custom-authentication-provider {cap.attlist}
|
||||||
|
cap.attlist &= empty
|
||||||
|
|
||||||
user-service =
|
user-service =
|
||||||
## Creates an in-memory UserDetailsService from a properties file or a list of "user" child elements.
|
## Creates an in-memory UserDetailsService from a properties file or a list of "user" child elements.
|
||||||
element user-service {id? & (properties-file | (user*))}
|
element user-service {id? & (properties-file | (user*))}
|
||||||
|
@ -561,6 +561,9 @@
|
|||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
</xs:attributeGroup>
|
</xs:attributeGroup>
|
||||||
|
<xs:element name="custom-authentication-provider">
|
||||||
|
<xs:complexType/>
|
||||||
|
</xs:element>
|
||||||
<xs:element name="user-service">
|
<xs:element name="user-service">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>Creates an in-memory UserDetailsService from a properties file or a list of "user" child elements.</xs:documentation>
|
<xs:documentation>Creates an in-memory UserDetailsService from a properties file or a list of "user" child elements.</xs:documentation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user