Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Additional Information Passing

Hi all,

Is there really no way to pass additional information to a pointcut other than Joinpoints, Parameter Arguments, ... ?

We're currently working on a Logging-Aspect, but we must be able to mask out security sensitive parameters. One pointcut + advice for each "masking configuration" (Parameter 1 logged, Param 2 not, ..) is a solution, but not a very readable and extensible one (and of course, 6 parameter-methods could possibly infer 64 such pointcuts).

Any suggestions how to solve this problem?

Regards,
Simon


Back to the top