Uses of Interface
org.springframework.richclient.security.SecurityControllerManager

Packages that use SecurityControllerManager
org.springframework.richclient.application.config   
org.springframework.richclient.application.support   
org.springframework.richclient.security.support   
 

Uses of SecurityControllerManager in org.springframework.richclient.application.config
 

Methods in org.springframework.richclient.application.config that return SecurityControllerManager
protected  SecurityControllerManager DefaultApplicationObjectConfigurer.getSecurityControllerManager()
          Returns this instance's security controller manager.
 

Constructors in org.springframework.richclient.application.config with parameters of type SecurityControllerManager
DefaultApplicationObjectConfigurer(MessageSource messageSource, ImageSource imageSource, IconSource iconSource, SecurityControllerManager securityControllerManager)
          Creates a new DefaultApplicationObjectConfigurer that will use the given message, image and icon sources.
 

Uses of SecurityControllerManager in org.springframework.richclient.application.support
 

Methods in org.springframework.richclient.application.support with parameters of type SecurityControllerManager
 void DefaultApplicationServices.setSecurityControllerManager(SecurityControllerManager securityControllerManager)
          Set the security controller manager service implementation
 

Uses of SecurityControllerManager in org.springframework.richclient.security.support
 

Classes in org.springframework.richclient.security.support that implement SecurityControllerManager
 class DefaultSecurityControllerManager
          Default implementation of the SecurityControllerManager.
 



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