Interface | Description |
---|---|
ReactiveAuthorizationManager<T> |
A reactive authorization manager which can determine if an
Authentication
has access to a specific object. |
Class | Description |
---|---|
AuthenticatedReactiveAuthorizationManager<T> |
A
ReactiveAuthorizationManager that determines if the current user is
authenticated. |
AuthorityReactiveAuthorizationManager<T> |
A
ReactiveAuthorizationManager that determines if the current user is
authorized by evaluating if the Authentication contains a specified authority. |
AuthorizationDecision |