> not out of the box. ISecurityStrategy does provide a central point to
> intercept lifecycle event, so you can easily do something like
>
> new isecuritystrategy() { boolean isactionallowed(component caction a) {
> if (pastLoadThreshold()&&component.render.equals(a)&&c instanceof
> degradable) {
> return false;
> } else { return true; }
> }
I think Igor means IAuthorizationStrategy. :)
Maurice
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]