The accessDecisionManager component manages the process of authorization, which the next article of this series will discuss in more detail.
accessDecisionManager 组件管理授权过程,这部分内容将在本系列的下篇文章中详细讨论。
The accessDecisionManager passes information about an authenticated user (including the user's business roles) and the objectDefinitionSource object to a voter.
accessDecisionManager 将经过验证的用户的信息(包括用户的业务角色信息)和 objectDefinitionSource 对象传递给投票者。
The method security interceptor uses the authenticationManager and accessDecisionManager properties to authenticate and authorize a user before allowing access to a secure bean.
在允许对一个安全 bean 进行访问之前,方法安全拦截器使用 authenticationManager 和 accessDecisionManager 属性对用户进行身份验证和授权。
应用推荐