public final class DefaultAuthenticationRedirectStrategy extends Object implements AuthenticationRedirectStrategy
AuthenticationRedirectStrategy class that preserves the original behavior that existed prior to 3.3.0.| Constructor and Description |
|---|
DefaultAuthenticationRedirectStrategy() |
public DefaultAuthenticationRedirectStrategy()
public void redirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String potentialRedirectUrl)
throws IOException
AuthenticationRedirectStrategyredirect in interface AuthenticationRedirectStrategyrequest - 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.