org.springframework.security.ui
Interface TargetUrlResolver
- All Known Implementing Classes:
- TargetUrlResolverImpl
public interface TargetUrlResolver
Used by AbstractProcessingFilter
to determine target URL in case of
successful authentication.
- Since:
- 2.0
- Version:
- $Id$
- Author:
- Martino Piccinato
determineTargetUrl
String determineTargetUrl(SavedRequest savedRequest,
HttpServletRequest currentRequest,
Authentication auth)
- Parameters:
savedRequest
- The request that initiated the authentication processcurrentRequest
- the current requestauth
- The authentication token generated after successful authentication
- Returns:
- The URL to be used
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.