public class ProxyOpenIDAuthenticationFilter
extends org.springframework.security.openid.OpenIDAuthenticationFilter
Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_PROPERTY_SERVER_URL
Redeclared constant from APIUtil (which is not used here not to introduce
the dependency)
|
DEFAULT_CLAIMED_IDENTITY_FIELD
Constructor and Description |
---|
ProxyOpenIDAuthenticationFilter() |
Modifier and Type | Method and Description |
---|---|
static String |
buildReturnToForProxy(String returnTo,
String forwardedFor)
Build a returnTo URL if behind a proxy.
|
protected String |
buildReturnToUrl(javax.servlet.http.HttpServletRequest request) |
afterPropertiesSet, attemptAuthentication, lookupRealm, obtainUsername, setClaimedIdentityFieldName, setConsumer, setRealmMapping, setReturnToUrlParameters
doFilter, getAllowSessionCreation, getAuthenticationManager, getFailureHandler, getFilterProcessesUrl, getRememberMeServices, getSuccessHandler, requiresAuthentication, setAllowSessionCreation, setApplicationEventPublisher, setAuthenticationDetailsSource, setAuthenticationFailureHandler, setAuthenticationManager, setAuthenticationSuccessHandler, setContinueChainBeforeSuccessfulAuthentication, setFilterProcessesUrl, setMessageSource, setRememberMeServices, setSessionAuthenticationStrategy, successfulAuthentication, successfulAuthentication, unsuccessfulAuthentication
public static final String SYSTEM_PROPERTY_SERVER_URL
protected String buildReturnToUrl(javax.servlet.http.HttpServletRequest request)
buildReturnToUrl
in class org.springframework.security.openid.OpenIDAuthenticationFilter
public static String buildReturnToForProxy(String returnTo, String forwardedFor)
returnTo
- the original returnTo URLforwardedFor
- the X-Forwarded-For headernull
if it could not be
determinedBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a