public final class FacesCompatibleAuthenticationRedirectStrategy extends Object implements AuthenticationRedirectStrategy
Constructor and Description |
---|
FacesCompatibleAuthenticationRedirectStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
redirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String potentialRedirectUrl)
Method name is a bit of a misnomer.
|
public FacesCompatibleAuthenticationRedirectStrategy()
public void redirect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String potentialRedirectUrl) throws IOException
AuthenticationRedirectStrategy
redirect
in interface AuthenticationRedirectStrategy
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–2016 Jasig. All rights reserved.