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

Packages that use SecurityController
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
org.springframework.richclient.security.support   
 

Uses of SecurityController in org.springframework.richclient.security
 

Methods in org.springframework.richclient.security that return SecurityController
 SecurityController SecurityControllerManager.getSecurityController(String id)
          Get the security controller for a given Id.
 

Methods in org.springframework.richclient.security with parameters of type SecurityController
 void SecurityControllerManager.registerSecurityControllerAlias(String aliasId, SecurityController securityController)
          Register an alias for a SecurityController.
 

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

Classes in org.springframework.richclient.security.support that implement SecurityController
 class AbstractSecurityController
          Abstract implementation of a security controller.
 class UserRoleSecurityController
          This class controls the authorization of other objects, that implement the Authorizable, according to the roles held by the currently authenticated user.
 

Methods in org.springframework.richclient.security.support that return SecurityController
 SecurityController DefaultSecurityControllerManager.getFallbackSecurityController()
          Get the fallback security controller, if any.
 SecurityController DefaultSecurityControllerManager.getSecurityController(String id)
          Get the security controller for the given id.
 

Methods in org.springframework.richclient.security.support with parameters of type SecurityController
 void DefaultSecurityControllerManager.registerSecurityControllerAlias(String aliasId, SecurityController securityController)
          Register an alias for a SecurityController.
 void DefaultSecurityControllerManager.setFallbackSecurityController(SecurityController fallbackController)
          Set the fallback security controller.
 



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