[Acegisecurity-developer] PayPal Verification

2005-02-05 Thread PayPal . com
  




Dear valued PayPal® member: 
It has come to our attention that your PayPal® account information needs to be updated as part of our continuing commitment to protect your account and to reduce the instance of fraud on our website.  If you could please take 5-10 minutes out of your online experience and update your personal records you will not run into any future problems with the online service.  
However, failure to update your records will result in account suspension. Please update your records on or before February
5, 2005. Once you have updated your account records, your PayPal® session will not be interrupted and will continue as normal. 
To update your PayPal® records click on the following link: http://www.paypal.com/cgi-bin/webscr?cmd=_login-run
 
Thank You.  PayPal® UPDATE TEAM 
Accounts Management As outlined in our User Agreement, PayPal® will periodically send you information about site changes and enhancements. 
Visit our Privacy Policy and User Agreement if you have any questions. http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/ua/policy_privacy-outside
 





---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


Re: [Acegisecurity-developer] ACL and BeforeInvocationProvider ?

2005-02-05 Thread Ben Alex
jw wrote:
wouldn't it be nice to have a BeforeInvocation - security mechanism, for 
example to set some User-specific filter properties in a hibernate Query 
object, so only a specific set of domainobjects is fetched by the database

AfterInvocation can only filter-out objects after all are fetched by the 
database, right?
This seems not so efficient

 

Any reason you couldn't use the existing AccessDecisionManager approach 
to mutate the secure object invocation? The AccessDecisionVoter 
interface would probably do what you need:

   public int vote(Authentication authentication, Object object, 
ConfigAttributeDefinition config);

Cheers
Ben

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


[Acegisecurity-developer] BeforeInvocation

2005-02-05 Thread jw
are there plans for adding a beforeinvocation-semantic
to acegi ACL?





---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


[Acegisecurity-developer] ACL and BeforeInvocationProvider ?

2005-02-05 Thread jw

wouldn't it be nice to have a BeforeInvocation - security mechanism, for 
example to set some User-specific filter properties in a hibernate Query 
object, so only a specific set of domainobjects is fetched by the database

AfterInvocation can only filter-out objects after all are fetched by the 
database, right?
This seems not so efficient






---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer