a property to enable|disable post-authn flows ?
Cantor, Scott
cantor.2 at osu.edu
Mon Oct 20 19:54:09 EDT 2014
On 10/20/14, 7:50 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>Just wondering if we should use a property to enable|disable
>post-authn flows. Right now, XML would have to be
>commented|uncommented. I know we have the activation condition
>predicate, ... maybe a BooleanPropertyPredicate would do the trick.
Just copy my trick from the authn and c14n flows. I use a pipe-delimited
regex for the names to activate, and I use that with a "selection"
expression in Spring to feed in a subset of the list into the Select
action that runs the flows. It supplements the more advanced predicate
method but it doesn't get in the way of it.
-- Scott
More information about the dev
mailing list