Update spring-security-config module description
Include Java Configuration in the description. Fixes gh-3298
This commit is contained in:
parent
5d6e8bc3c8
commit
dbf73c4692
|
@ -330,7 +330,10 @@ Contains filters and related web-security infrastructure code. Anything with a s
|
||||||
|
|
||||||
[[spring-security-config]]
|
[[spring-security-config]]
|
||||||
===== Config - spring-security-config.jar
|
===== Config - spring-security-config.jar
|
||||||
Contains the security namespace parsing code. You need it if you are using the Spring Security XML namespace for configuration. The main package is `org.springframework.security.config`. None of the classes are intended for direct use in an application.
|
Contains the security namespace parsing code & Java configuration code.
|
||||||
|
You need it if you are using the Spring Security XML namespace for configuration or Spring Security's Java Configuration support.
|
||||||
|
The main package is `org.springframework.security.config`.
|
||||||
|
None of the classes are intended for direct use in an application.
|
||||||
|
|
||||||
|
|
||||||
[[spring-security-ldap]]
|
[[spring-security-ldap]]
|
||||||
|
|
Loading…
Reference in New Issue