Class MethodExpressionAuthorizationManager

java.lang.Object
org.springframework.security.authorization.method.MethodExpressionAuthorizationManager
All Implemented Interfaces:
AuthorizationManager<org.aopalliance.intercept.MethodInvocation>

public final class MethodExpressionAuthorizationManager extends Object implements AuthorizationManager<org.aopalliance.intercept.MethodInvocation>
An expression-based AuthorizationManager that determines the access by evaluating the provided expression against the MethodInvocation.
Since:
5.8