Uses of Interface
org.openxri.config.ProxyConfig

Packages that use ProxyConfig
org.openxri.config.impl   
org.openxri.factories   
org.openxri.proxy.impl   
org.openxri.servlet   
 

Uses of ProxyConfig in org.openxri.config.impl
 

Classes in org.openxri.config.impl that implement ProxyConfig
 class PropertiesProxyConfig
          Provides an implementation of the ProxyConfig interface based on Java properties.
 

Uses of ProxyConfig in org.openxri.factories
 

Methods in org.openxri.factories that return ProxyConfig
static ProxyConfig ProxyConfigFactory.getSingleton()
          Get the proxy config implementation and hope it's initialized already.
static ProxyConfig ProxyConfigFactory.initSingleton(javax.servlet.FilterConfig filterConfig)
          Construct the concrete implementation of the ProxyConfig interface, based on a filter config.
static ProxyConfig ProxyConfigFactory.initSingleton(javax.servlet.ServletConfig servletConfig)
          Construct the concrete implementation of the ProxyConfig interface, based on a servlet config.
static ProxyConfig ProxyConfigFactory.initSingleton(javax.servlet.ServletContext servletContext, java.util.Properties properties)
          Construct the concrete implementation of the ProxyConfig interface, based on a servlet context and properties.
 

Uses of ProxyConfig in org.openxri.proxy.impl
 

Fields in org.openxri.proxy.impl declared as ProxyConfig
protected  ProxyConfig OpenIDHackProxy.config
           
protected  ProxyConfig BasicProxy.config
           
 

Constructors in org.openxri.proxy.impl with parameters of type ProxyConfig
BasicProxy(ProxyConfig config)
           
OpenIDHackProxy(ProxyConfig config)
           
 

Uses of ProxyConfig in org.openxri.servlet
 

Methods in org.openxri.servlet with parameters of type ProxyConfig
 void ProxyServlet.init(ProxyConfig oConfig)
          Initializes the servlet based on a ProxyConfig
 



Copyright © 2005-2012. All Rights Reserved.