| Home >> All >> org >> acegisecurity >> ui >> [ switchuser Javadoc ] |
org.acegisecurity.ui.switchuser: Javadoc index of package org.acegisecurity.ui.switchuser.
Package Samples:
org.acegisecurity.ui.switchuser
Classes:
SwitchUserProcessingFilter: Switch User processing filter responsible for user context switching. This filter is similar to Unix 'su' however for Acegi-managed web applications. A common use-case for this feature is the ability to allow higher-authority users (i.e. ROLE_ADMIN) to switch to a regular user (i.e. ROLE_USER). This filter assumes that the user performing the switch will be required to be logged in as normal (i.e. ROLE_ADMIN user). The user will then access a page/controller that enables the administrator to specify who they wish to become (see switchUserUrl ). Note: This URL will be required to have to appropriate ...
SwitchUserGrantedAuthority: Custom GrantedAuthority used by SwitchUserProcessingFilter Stores the Authentication object of the original user to be used later when 'exiting' from a user switch.
| Home | Contact Us | Privacy Policy | Terms of Service |