授权

Spring Security 提供了对授权的全面支持。授权是指确定谁可以访问特定资源。Spring Security 通过允许基于请求的授权和基于方法的授权来提供纵深防御

基于请求的授权

Spring Security 提供了基于请求的授权,适用于ServletWebFlux环境。

基于方法的授权

Spring Security 提供了基于方法调用的授权,适用于ServletWebFlux环境。