Package org.springframework.security.authorization
package org.springframework.security.authorization
-
ClassDescriptionAn
AuthorizationManager
that determines if the current user is authenticated.AReactiveAuthorizationManager
that determines if the current user is authenticated.Represents anAuthorizationDecision
based on a collection of authoritiesAnAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains a specified authority.AReactiveAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains a specified authority.An Authorization manager which can determine if anAuthentication
has access to a specific object.A reactive authorization manager which can determine if anAuthentication
has access to a specific object.