accessDecisionManager « Security « Spring Q&A





1. How to throw an informative exception from AccessDecisionManager that uses voters    stackoverflow.com

I 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.com

i 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.org

There is a typical configuration example in reference: Code: accessDecisionManager ...

4. How to access HttpServletRequest in accessdecisionManager in spring security 3    forum.springsource.org

Hi 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.org

i 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.org

How 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.org

Oct 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.org

hi 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     forum.springsource.org

Custom AccessDecisionManager.decide() instead of Im attempting to implement my own org.springframework.security.AccessDecisionManager , decide(), to allow for dynamic page security instead of using the static tag. My code is never ...





10. AccessDecisionManager does not support secure object class    forum.springsource.org

AccessDecisionManager 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.org

Hi, 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.org

does global-method-security create a default AccessDecisionManager? It seems as if the element creates a default AccessDecisionManager if you don't specify a reference to one (i'm pretty sure about this but ...

13. AccessDecisionManager doesn't react    forum.springsource.org

Dec 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 ...