Authentication
Spring Security 为 authentication提供全面支持。身份验证就是我们验证谁试图访问特定资源的方式。一种常见的用户身份验证方式是要求用户输入用户名和密码。一旦执行了身份验证,我们就知道了身份并可以执行授权。
Spring Security provides comprehensive support for authentication. Authentication is how we verify the identity of who is trying to access a particular resource. A common way to authenticate users is by requiring the user to enter a username and password. Once authentication is performed we know the identity and can perform authorization.