servlet-authentication-passwords-input.md 299 字节
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2 3 4 5 6 7 8 9 10 11 12
# Reading the Username & Password

Spring Security provides the following built in mechanisms for reading a username and password from the `HttpServletRequest`:

## Section Summary

* [Form](form.html)
* [Basic](basic.html)
* [Digest](digest.html)

[Username/Password](index.html)[Form](form.html)