org.jasig.cas.client.authentication
Class DefaultAuthenticationRedirectStrategy
java.lang.Object
org.jasig.cas.client.authentication.DefaultAuthenticationRedirectStrategy
- All Implemented Interfaces:
- AuthenticationRedirectStrategy
public final class DefaultAuthenticationRedirectStrategy
- extends Object
- implements AuthenticationRedirectStrategy
Implementation of the AuthenticationRedirectStrategy class that preserves the original behavior that existed prior to 3.3.0.
- Since:
- 3.3.0
- Author:
- Scott Battaglia
|
Method Summary |
void |
redirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String potentialRedirectUrl)
Method name is a bit of a misnomer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAuthenticationRedirectStrategy
public DefaultAuthenticationRedirectStrategy()
redirect
public void redirect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String potentialRedirectUrl)
throws IOException
- Description copied from interface:
AuthenticationRedirectStrategy
- Method name is a bit of a misnomer. This method handles "redirection" for a localized version of redirection (i.e. AJAX might mean an XML fragment that contains the url to go to).
- Specified by:
redirect in interface AuthenticationRedirectStrategy
- Parameters:
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!)
- Throws:
IOException - the exception to throw if there is some type of error. This will bubble up through the filter.
Copyright © 2006-2015 Jasig. All Rights Reserved.