Class ReadPolicy

  • All Implemented Interfaces:
    Policy, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class ReadPolicy
    extends AbstractBasePolicy
    Read method security policy.
    Since:
    2.1
    Author:
    Roy Wetherall
    • Constructor Detail

      • ReadPolicy

        public ReadPolicy()
    • Method Detail

      • evaluate

        public int evaluate​(org.aopalliance.intercept.MethodInvocation invocation,
                            Class[] params,
                            ConfigAttributeDefinition cad)
        Description copied from interface: Policy
        Evaluate the policy
        Returns: