Package org.springframework.security.authorization
-
Interface Summary Interface Description AuthorizationManager<T> An Authorization manager which can determine if anAuthentication
has access to a specific object.ReactiveAuthorizationManager<T> A reactive authorization manager which can determine if anAuthentication
has access to a specific object. -
Class Summary Class Description AuthenticatedAuthorizationManager<T> AnAuthorizationManager
that determines if the current user is authenticated.AuthenticatedReactiveAuthorizationManager<T> AReactiveAuthorizationManager
that determines if the current user is authenticated.AuthorityAuthorizationManager<T> AnAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains a specified authority.AuthorityReactiveAuthorizationManager<T> AReactiveAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains a specified authority.AuthorizationDecision