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