org.springframework.richclient.security.support
Class SecurityControllerTests.TestAbstractSecurityController

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.security.support.AbstractSecurityController
      extended by org.springframework.richclient.security.support.SecurityControllerTests.TestAbstractSecurityController
All Implemented Interfaces:
InitializingBean, org.springframework.richclient.security.AuthenticationAware, org.springframework.richclient.security.SecurityController
Enclosing class:
SecurityControllerTests

public class SecurityControllerTests.TestAbstractSecurityController
extends org.springframework.richclient.security.support.AbstractSecurityController

Concrete implementation under test.


Field Summary
 
Fields inherited from class org.springframework.richclient.security.support.AbstractSecurityController
VISIBLE_TRACKS_AUTHORIZED_ACTION
 
Constructor Summary
SecurityControllerTests.TestAbstractSecurityController()
           
 
Method Summary
protected  org.springframework.security.ConfigAttributeDefinition getConfigAttributeDefinition(Object securedObject)
           
protected  Object getSecuredObject()
           
 
Methods inherited from class org.springframework.richclient.security.support.AbstractSecurityController
addControlledObject, afterPropertiesSet, doPostProcessorAction, getAccessDecisionManager, getLastAuthentication, getPostProcessorActionsToRun, registerPostProcessorAction, removeControlledObject, runAuthorization, runPostProcessorActions, setAccessDecisionManager, setAuthenticationToken, setControlledObjects, setLastAuthentication, setPostProcessorActionsToRun, shouldAuthorize, updateControlledObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityControllerTests.TestAbstractSecurityController

public SecurityControllerTests.TestAbstractSecurityController()
Method Detail

getSecuredObject

protected Object getSecuredObject()
Specified by:
getSecuredObject in class org.springframework.richclient.security.support.AbstractSecurityController

getConfigAttributeDefinition

protected org.springframework.security.ConfigAttributeDefinition getConfigAttributeDefinition(Object securedObject)
Specified by:
getConfigAttributeDefinition in class org.springframework.richclient.security.support.AbstractSecurityController


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.