Package org.springframework.security.web.authentication.switchuser

Provides HTTP-based "switch user" (su) capabilities.

See:
          Description

Interface Summary
SwitchUserAuthorityChanger Allows subclasses to modify the GrantedAuthority list that will be assigned to the principal when they assume the identity of a different principal.
 

Class Summary
AuthenticationSwitchUserEvent Application event which indicates that a user context switch.
SwitchUserFilter Switch User processing filter responsible for user context switching.
SwitchUserGrantedAuthority Custom GrantedAuthority used by SwitchUserFilterStores the Authentication object of the original user to be used later when 'exiting' from a user switch.
 

Package org.springframework.security.web.authentication.switchuser Description

Provides HTTP-based "switch user" (su) capabilities.



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.