Package org.springframework.security.authorization
-
Interface Summary Interface Description AuthorizationManager<T> An Authorization manager which can determine if anAuthenticationhas access to a specific object.ReactiveAuthorizationManager<T> A reactive authorization manager which can determine if anAuthenticationhas access to a specific object. -
Class Summary Class Description AuthenticatedAuthorizationManager<T> AnAuthorizationManagerthat determines if the current user is authenticated.AuthenticatedReactiveAuthorizationManager<T> AReactiveAuthorizationManagerthat determines if the current user is authenticated.AuthorityAuthorizationDecision Represents anAuthorizationDecisionbased on a collection of authoritiesAuthorityAuthorizationManager<T> AnAuthorizationManagerthat determines if the current user is authorized by evaluating if theAuthenticationcontains a specified authority.AuthorityReactiveAuthorizationManager<T> AReactiveAuthorizationManagerthat determines if the current user is authorized by evaluating if theAuthenticationcontains a specified authority.AuthorizationDecision