mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-24 07:37:50 +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.
|
||||
attribute user-service-ref {xsd:string}?
|
||||
|
||||
custom-authentication-provider =
|
||||
element custom-authentication-provider {cap.attlist}
|
||||
cap.attlist &= empty
|
||||
|
||||
user-service =
|
||||
## Creates an in-memory UserDetailsService from a properties file or a list of "user" child elements.
|
||||
element user-service {id? & (properties-file | (user*))}
|
||||
|
@ -561,6 +561,9 @@
|
||||
</xs:annotation>
|
||||
</xs:attribute>
|
||||
</xs:attributeGroup>
|
||||
<xs:element name="custom-authentication-provider">
|
||||
<xs:complexType/>
|
||||
</xs:element>
|
||||
<xs:element name="user-service">
|
||||
<xs:annotation>
|
||||
<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