public interface AuthenticationRedirectStrategy
void redirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String potentialRedirectUrl)
throws IOException
request - the original HttpServletRequest. MAY NOT BE NULL.response - the original HttpServletResponse. MAY NOT BE NULL.potentialRedirectUrl - the url that might be used (there are no guarantees of course!)IOException - the exception to throw if there is some type of error. This will bubble up through the filter.Copyright © 2006-2014 Jasig. All Rights Reserved.