Hi,

Plowing along on porting my app to avalon/fortress (got it working again yesterday :-) ).
I'm now at the point of how to integrate JAAS based authorization into the framework.
It could obviously be done by first authenticating outside of fortress and then passing the Principal into
the Context, and letting all the Components that need this info implement the Contextualizable
interface. Another option would be to use the lifecycle extensions to implement a
extra lifecycle method for this (there may actually be two: one for a container that
can do authentication, one for a component that needs authentication services).


Does anybody have any insights/pro-cons/other suggestions on this ?

Any help is much appreciated!

Thanks,
- Filip


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to