Class PostAuthorizeAuthorizationManager

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

public final class PostAuthorizeAuthorizationManager extends Object implements AuthorizationManager<MethodInvocationResult>
An AuthorizationManager which can determine if an Authentication may return the result from an invoked MethodInvocation by evaluating an expression from the PostAuthorize annotation.
Since:
5.6