public class TrustedProxyAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
WebAuthenticationDetails implementation that
contains information from an HttpServletRequest that can be used for handling trusted
proxy authentication requests.
If the request is not from a trusted proxy, the internal valiues will be null.
| Modifier and Type | Method and Description |
|---|---|
String |
getDoAs() |
String |
getXForwardedContext() |
String |
getXForwardedFor() |
String |
getXForwardedHost() |
String |
getXForwardedPort() |
String |
getXForwardedProto() |
String |
getXForwardedServer() |
public String getDoAs()
public String getXForwardedContext()
public String getXForwardedProto()
public String getXForwardedHost()
public String getXForwardedFor()
public String getXForwardedPort()
public String getXForwardedServer()
Copyright © 2022 Apache Software Foundation. All rights reserved.