Uses of Interface
com.atlassian.crowd.manager.proxy.TrustedProxyManager

Packages that use TrustedProxyManager
com.atlassian.crowd.console.action.admin   
com.atlassian.crowd.manager.proxy   
com.atlassian.crowd.manager.token.factory   
com.atlassian.crowd.manager.validation   
com.atlassian.crowd.plugin.rest.service.controller   
 

Uses of TrustedProxyManager in com.atlassian.crowd.console.action.admin
 

Methods in com.atlassian.crowd.console.action.admin with parameters of type TrustedProxyManager
 void ViewTrustedProxies.setTrustedProxyManager(TrustedProxyManager trustedProxyManager)
           
 void UpdateTrustedProxies.setTrustedProxyManager(TrustedProxyManager trustedProxyManager)
           
 

Uses of TrustedProxyManager in com.atlassian.crowd.manager.proxy
 

Classes in com.atlassian.crowd.manager.proxy that implement TrustedProxyManager
 class TrustedProxyManagerImpl
          Handles the list of proxy servers whose X-Forwarded-For headers we trust.
 

Uses of TrustedProxyManager in com.atlassian.crowd.manager.token.factory
 

Constructors in com.atlassian.crowd.manager.token.factory with parameters of type TrustedProxyManager
TokenKeyGeneratorImpl(TrustedProxyManager trustedProxyManager, java.lang.String algorithm)
           
 

Uses of TrustedProxyManager in com.atlassian.crowd.manager.validation
 

Methods in com.atlassian.crowd.manager.validation with parameters of type TrustedProxyManager
static java.net.InetAddress XForwardedForUtil.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.
static java.lang.String XForwardedForUtil.getTrustedAddress(TrustedProxyManager trustedProxyManager, java.lang.String requestAddress, java.lang.String xForwardedFor)
          Returns the originating client address the proxies are forwarding for if all the proxies are trusted, otherwise, return the request address.
 

Constructors in com.atlassian.crowd.manager.validation with parameters of type TrustedProxyManager
ClientValidationManagerImpl(InetAddressCacheUtil cacheUtil, PropertyManager propertyManager, TrustedProxyManager trustedProxyManager, I18nHelper i18nHelper)
           
 

Uses of TrustedProxyManager in com.atlassian.crowd.plugin.rest.service.controller
 

Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type TrustedProxyManager
ApplicationController(ApplicationManager applicationManager, DirectoryManager directoryManager, TrustedProxyManager trustedProxyManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.