Spring Security Framework

Package org.springframework.security.runas

Allows secure objects to be run under a different authentication identity.

See:
          Description

Class Summary
NullRunAsManager Implementation of a RunAsManager that does nothing.
RunAsImplAuthenticationProvider An AuthenticationProvider implementation that can authenticate a RunAsUserToken.
RunAsManagerImpl Basic concrete implementation of a RunAsManager.
RunAsUserToken An immutable Authentication implementation that supports RunAsManagerImpl.
 

Package org.springframework.security.runas Description

Allows secure objects to be run under a different authentication identity.


Spring Security Framework

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