Hello everyone,
lest you thought I dropped off the face of the earth, I am here (but I
do move from the US to the UK for a few months :) ). Anyway down to
businees.
I would like to submit my code for a second fulcrum security service
(NOTE: I am not saying the old one should go away). Please analyze it
and give me your thoughts. It now works as a fulcrum service. Note the
building instructions on the site and the unit tests to see how it is
used. The documentation is coming along though :).
The basic idea behind this framework is that you are trying to secure
resources and entities are trying to access those resources. There are
a million different possibilities as to how these are related.
I also have a big T3 patch coming if people like this. Note that once
again, this t3 patch is not exclusive with the old security service.
The old one can be used side by side with it - even if you don't want to
use such things as ResourceAcessControllers :). Along with this I have
coming an ActionEvent class which uses the ClassAccessController. All
you need to do for authorization to a class is use an attribute in the
javadoc like so:
/**
* @credential employeeCred
*/
public void doMymethod(...);
You can find this proposal at <http://dan.envoisolutions.com/jasf>. If
you don't see anything there that means your DNS isn't pointing to my
new server yet.
Let me know your initial questions and concerns so I can answer them and
cover them in the documentation.
Cheers,
Dan Diephouse
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
