Class PostAuthorizeReactiveAuthorizationManager

java.lang.Object
org.springframework.security.authorization.method.PostAuthorizeReactiveAuthorizationManager
All Implemented Interfaces:
ReactiveAuthorizationManager<MethodInvocationResult>

public final class PostAuthorizeReactiveAuthorizationManager extends Object implements ReactiveAuthorizationManager<MethodInvocationResult>
A ReactiveAuthorizationManager which can determine if an Authentication has access to the returned object from the MethodInvocation by evaluating an expression from the PostAuthorize annotation.
Since:
5.8