1. How to throw an informative exception from AccessDecisionManager that uses voters stackoverflow.comI have the following situation: my application's authorization mechanism is implemented using Spring security. The central class implements AccessDecisionManager and uses voters (each of which implements AccessDecisionVoter) to decide whether to ... |
2. When to use custom AccessDecisionManager (need a real use case) stackoverflow.comi am just curious when i will need to use a custom AccessDecisionManager i need some use cases from your experience guys, if anyone have used it before, thanks. |
3. Default accessDecisionManager in FilterSecurityInterceptor forum.springsource.orgThere is a typical configuration example in reference: Code: |
4. How to access HttpServletRequest in accessdecisionManager in spring security 3 forum.springsource.orgHi Guys, I had to write my own accessdecisionmanager and i have overriden decide method of it. I want to have access to HttpServletRequest. Can somebody help me how to get ... |
5. When to use custom AccessDecisionManager (need a real example) forum.springsource.orgi am just curious when i will need to use a custom AccessDecisionManager i need some use cases from your experience guys, if anyone have used it before, thanks. |
6. How to add voters to the default accessDecisionManager? forum.springsource.orgHow to add voters to the default accessDecisionManager? Hello everyone Is there a simple way to add a voter to the "default" accessDecisionManager that is created when using the namespace configuration? ... |
7. multiple role voters and single accessDecisionManager issues forum.springsource.orgOct 19th, 2006, 04:32 AM #1 shota1 View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 12 multiple role voters and single accessDecisionManager issues Hi, I ... |
8. Acegi accessDecisionManager forum.springsource.orghi all, i'm trying to configure my security according to petclinic server example. But i have a problem, i cannot manage to find out where the security contraints for each bean/operation ... |
9. Custom AccessDecisionManager.decide() instead of |
10. AccessDecisionManager does not support secure object class forum.springsource.orgAccessDecisionManager does not support secure object class Hi, I have configured Spring Security to use a basic Role Voter and it works fine. When I try to add an AclEntryVoter, I ... |
11. AccessDecisionManager.isCallable(/*String*/ qualifiedClassName, /*String*/ methodName forum.springsource.orgHi, Does anyone know whether there's is something like: AccessDecisionManager.isCallable(/*String*/ qualifiedClassName, /*String*/ methodName) available? We're trying to figure out how to determine whether a method can be called by a principal, ... |
12. does global-method-security create a default AccessDecisionManager? forum.springsource.orgdoes global-method-security create a default AccessDecisionManager? It seems as if the |
13. AccessDecisionManager doesn't react forum.springsource.orgDec 2nd, 2010, 03:14 AM #1 afef View Profile View Forum Posts Private Message Member Join Date Sep 2010 Posts 48 AccessDecisionManager doesn't react Goodmorning, I'm trying to implement a basic ... |