Uses of Interface
com.atlassian.crowd.manager.proxy.TrustedProxyManager
Packages that use TrustedProxyManager
-
Uses of TrustedProxyManager in com.atlassian.crowd.manager.validation
Methods in com.atlassian.crowd.manager.validation with parameters of type TrustedProxyManagerModifier and TypeMethodDescriptionstatic StringXForwardedForUtil.getTrustedAddress(TrustedProxyManager trustedProxyManager, String requestAddress, String xForwardedFor) Returns the originating client address the proxies are forwarding for if all the proxies are trusted, otherwise, return the request address.static InetAddressXForwardedForUtil.getTrustedAddress(TrustedProxyManager trustedProxyManager, javax.servlet.http.HttpServletRequest request) Returns the originating client address the proxies are forwarding for if the proxies are trusted, otherwise, return the request address.Constructors in com.atlassian.crowd.manager.validation with parameters of type TrustedProxyManagerModifierConstructorDescriptionClientValidationManagerImpl(TrustedProxyManager trustedProxyManager, I18nHelper i18nHelper, ApplicationRemoteAddressValidator applicationRemoteAddressValidator)