org.springframework.richclient.security.support
Class SecurityControllerTests.TestAccessDecisionManager
java.lang.Object
org.springframework.richclient.security.support.SecurityControllerTests.TestAccessDecisionManager
- All Implemented Interfaces:
- org.springframework.security.AccessDecisionManager
- Enclosing class:
- SecurityControllerTests
public class SecurityControllerTests.TestAccessDecisionManager
- extends Object
- implements org.springframework.security.AccessDecisionManager
Controllable AccessDecisionManager
Method Summary |
void |
decide(org.springframework.security.Authentication authentication,
Object object,
org.springframework.security.ConfigAttributeDefinition config)
|
void |
setDecisionValue(boolean decisionValue)
|
boolean |
supports(Class clazz)
|
boolean |
supports(org.springframework.security.ConfigAttribute attribute)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityControllerTests.TestAccessDecisionManager
public SecurityControllerTests.TestAccessDecisionManager()
setDecisionValue
public void setDecisionValue(boolean decisionValue)
decide
public void decide(org.springframework.security.Authentication authentication,
Object object,
org.springframework.security.ConfigAttributeDefinition config)
throws org.springframework.security.AccessDeniedException
- Specified by:
decide
in interface org.springframework.security.AccessDecisionManager
- Throws:
org.springframework.security.AccessDeniedException
supports
public boolean supports(org.springframework.security.ConfigAttribute attribute)
- Specified by:
supports
in interface org.springframework.security.AccessDecisionManager
supports
public boolean supports(Class clazz)
- Specified by:
supports
in interface org.springframework.security.AccessDecisionManager
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.