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