Action/profile refactoring

Cantor, Scott cantor.2 at osu.edu
Wed Apr 10 16:54:01 EDT 2013


On 4/10/13 4:00 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:

>Will the IdPv3 AbstractProfileAction extend the OpenSAML
>AbstractProfileAction ?

I tried it and it didn't work very well. The OpenSAML base class is just a
POJO while the IdP's is an Action. So the execute() methods have different
signatures, and it just looked off to have both execute() methods on the
interface.

So I ended up for now assuming that Spring actions inherit from the IdP
version and non-Spring actions from the OpenSAML version. Of course they
don't have to have the same name either, and it wouldn't be nuts to make
the IdP one AbstractWebFlowAction or something like that.

-- Scott




More information about the dev mailing list