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

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

Uses of AuthenticationAware in org.springframework.richclient.security
 

Subinterfaces of AuthenticationAware in org.springframework.richclient.security
 interface SecurityController
          A security controller is responsible for authorizing other Authorizable objects.
 

Uses of AuthenticationAware in org.springframework.richclient.security.remoting
 

Classes in org.springframework.richclient.security.remoting that implement AuthenticationAware
 class BasicAuthCommonsHttpInvokerProxyFactoryBean
          Extension of HttpInvokerProxyFactoryBean that supports the use of BASIC authentication on each HTTP request while using commons-httpclient.
 class BasicAuthHttpInvokerProxyFactoryBean
          Extension of HttpInvokerProxyFactoryBean that supports the use of BASIC authentication on each HTTP request.
 class BasicAuthHttpInvokerRequestExecutor
          Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor.
 

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

Classes in org.springframework.richclient.security.support that implement AuthenticationAware
 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.
 



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