| Package | Description |
|---|---|
| org.apache.shindig.auth |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuthenticationServletFilter.onError(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
AuthenticationHandler.InvalidAuthenticationException iae)
Override this to perform extra error processing.
|
protected void |
AuthenticationServletFilter.onRedirect(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
AuthenticationHandler.InvalidAuthenticationException iae)
Override this to perform extra processing on redirect.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityToken |
UrlParameterAuthenticationHandler.getSecurityTokenFromRequest(javax.servlet.http.HttpServletRequest request) |
SecurityToken |
AuthenticationHandler.getSecurityTokenFromRequest(javax.servlet.http.HttpServletRequest request)
Produce a security token extracted from the HTTP request.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.