public final class FacesCompatibleAuthenticationRedirectStrategy extends Object implements AuthenticationRedirectStrategy
| Constructor and Description |
|---|
FacesCompatibleAuthenticationRedirectStrategy() |
public FacesCompatibleAuthenticationRedirectStrategy()
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.