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.