Spring Security 中文文档 Features Authorization Authorization Spring Security 为 authorization提供全面的支持。授权是确定谁有权访问特定资源。Spring Security 通过允许基于请求的授权和基于方法的授权来提供 defense in depth。 Request Based Authorization Spring Security 为 Servlet和 WebFlux环境都提供基于请求的授权。 Method Based Authorization Spring Security 为 Servlet和 WebFlux环境都提供基于方法调用的授权。