org.acegisecurity.ui.switchuser
Class SwitchUserGrantedAuthority
java.lang.Object
org.acegisecurity.GrantedAuthorityImpl
org.acegisecurity.ui.switchuser.SwitchUserGrantedAuthority
- All Implemented Interfaces:
- Serializable, GrantedAuthority
public class SwitchUserGrantedAuthority
- extends GrantedAuthorityImpl
Custom GrantedAuthority used by SwitchUserProcessingFilter
Stores the Authentication object of the original user to be
used later when 'exiting' from a user switch.
- Version:
- $Id: SwitchUserGrantedAuthority.java,v 1.2 2005/11/17 00:56:10 benalex Exp $
- Author:
- Mark St.Godard
- See Also:
SwitchUserProcessingFilter,
Serialized Form
SwitchUserGrantedAuthority
public SwitchUserGrantedAuthority(String role,
Authentication source)
getSource
public Authentication getSource()
- Returns the original user associated with a successful user switch.
- Returns:
- The original
Authentication object of the switched
user.
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.