public interface TargetUrlResolver
AbstractProcessingFilter
to determine target URL in case of
successful authentication.Modifier and Type | Method and Description |
---|---|
java.lang.String |
determineTargetUrl(SavedRequest savedRequest,
javax.servlet.http.HttpServletRequest currentRequest,
Authentication auth) |
java.lang.String determineTargetUrl(SavedRequest savedRequest, javax.servlet.http.HttpServletRequest currentRequest, Authentication auth)
savedRequest
- The request that initiated the authentication processcurrentRequest
- the current requestauth
- The authentication token generated after successful authentication