| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityController | |
|---|---|
| org.springframework.richclient.security | Integrates Spring Security System 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 | AbstractSecurityControllerAbstract implementation of a security controller. | 
|  class | UserRoleSecurityControllerThis 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||