edu.wisc.my.webproxy.beans.config
Class HttpClientConfigImpl

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.config.JspConfigPage
      extended by edu.wisc.my.webproxy.beans.config.HttpClientConfigImpl
All Implemented Interfaces:
ConfigPage

public class HttpClientConfigImpl
extends JspConfigPage

Version:
$Id: HttpClientConfigImpl.java 48525 2010-05-04 18:48:36Z edalquist $
Author:
dgrimwood

Field Summary
static java.lang.String AUTH_ENABLE
           
static java.lang.String AUTH_TYPE
           
static java.lang.String AUTH_TYPE_BASIC
           
static java.lang.String AUTH_TYPE_CAS
           
static java.lang.String AUTH_TYPE_FORM
           
static java.lang.String AUTH_TYPE_NTLM
           
static java.lang.String AUTH_TYPE_SHIBBOLETH
           
static java.lang.String AUTH_URL
           
static java.lang.String CIRCULAR_REDIRECTS
           
static java.lang.String DOMAIN
           
static java.lang.String DYNAMIC_PARAM_NAMES
           
static java.lang.String DYNAMIC_PARAM_PERSIST
           
static java.lang.String DYNAMIC_PARAM_SENSITIVE
           
static java.lang.String DYNAMIC_PARAM_VALUES
           
static java.lang.String HTTP_TIMEOUT
           
static java.lang.String MAX_CONNECTIONS
           
static java.lang.String MAX_CONNECTIONS_PER_ROUTE
           
static java.lang.String MAX_REDIRECTS
           
static java.lang.String PASSWORD
           
static java.lang.String PERSIST_DOMAIN
           
static java.lang.String PERSIST_PASSWORD
           
static java.lang.String PERSIST_USER_NAME
           
static java.lang.String PROMPT_DOMAIN
           
static java.lang.String PROMPT_PASSWORD
           
static java.lang.String PROMPT_USER_NAME
           
static java.lang.String SESSION_PERSISTENCE_ENABLE
           
static java.lang.String SESSION_TIMEOUT
           
static java.lang.String SHARED_SESSION_KEY
           
static java.lang.String STATIC_PARAM_NAMES
           
static java.lang.String STATIC_PARAM_VALUES
           
static java.lang.String USER_NAME
           
 
Constructor Summary
HttpClientConfigImpl()
           
 
Method Summary
 java.lang.String getName()
          Returns a displayable title for the configuration page.
 void process(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
          Called by the portlet when the submitted configuration page was for this object.
 
Methods inherited from class edu.wisc.my.webproxy.beans.config.JspConfigPage
getJsp, render, setJsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_TIMEOUT

public static final java.lang.String HTTP_TIMEOUT

MAX_REDIRECTS

public static final java.lang.String MAX_REDIRECTS

CIRCULAR_REDIRECTS

public static final java.lang.String CIRCULAR_REDIRECTS

AUTH_TYPE

public static final java.lang.String AUTH_TYPE

AUTH_URL

public static final java.lang.String AUTH_URL

MAX_CONNECTIONS

public static final java.lang.String MAX_CONNECTIONS

MAX_CONNECTIONS_PER_ROUTE

public static final java.lang.String MAX_CONNECTIONS_PER_ROUTE

AUTH_ENABLE

public static final java.lang.String AUTH_ENABLE

USER_NAME

public static final java.lang.String USER_NAME

PROMPT_USER_NAME

public static final java.lang.String PROMPT_USER_NAME

PERSIST_USER_NAME

public static final java.lang.String PERSIST_USER_NAME

PASSWORD

public static final java.lang.String PASSWORD

PROMPT_PASSWORD

public static final java.lang.String PROMPT_PASSWORD

PERSIST_PASSWORD

public static final java.lang.String PERSIST_PASSWORD

SHARED_SESSION_KEY

public static final java.lang.String SHARED_SESSION_KEY

SESSION_PERSISTENCE_ENABLE

public static final java.lang.String SESSION_PERSISTENCE_ENABLE

DOMAIN

public static final java.lang.String DOMAIN

PROMPT_DOMAIN

public static final java.lang.String PROMPT_DOMAIN

PERSIST_DOMAIN

public static final java.lang.String PERSIST_DOMAIN

SESSION_TIMEOUT

public static final java.lang.String SESSION_TIMEOUT

DYNAMIC_PARAM_NAMES

public static final java.lang.String DYNAMIC_PARAM_NAMES

DYNAMIC_PARAM_VALUES

public static final java.lang.String DYNAMIC_PARAM_VALUES

DYNAMIC_PARAM_PERSIST

public static final java.lang.String DYNAMIC_PARAM_PERSIST

DYNAMIC_PARAM_SENSITIVE

public static final java.lang.String DYNAMIC_PARAM_SENSITIVE

STATIC_PARAM_NAMES

public static final java.lang.String STATIC_PARAM_NAMES

STATIC_PARAM_VALUES

public static final java.lang.String STATIC_PARAM_VALUES

AUTH_TYPE_BASIC

public static final java.lang.String AUTH_TYPE_BASIC
See Also:
Constant Field Values

AUTH_TYPE_NTLM

public static final java.lang.String AUTH_TYPE_NTLM
See Also:
Constant Field Values

AUTH_TYPE_FORM

public static final java.lang.String AUTH_TYPE_FORM
See Also:
Constant Field Values

AUTH_TYPE_SHIBBOLETH

public static final java.lang.String AUTH_TYPE_SHIBBOLETH
See Also:
Constant Field Values

AUTH_TYPE_CAS

public static final java.lang.String AUTH_TYPE_CAS
See Also:
Constant Field Values
Constructor Detail

HttpClientConfigImpl

public HttpClientConfigImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: ConfigPage
Returns a displayable title for the configuration page. This title is used when the portlet renders the workflow portion of the configuration UI.


process

public void process(javax.portlet.ActionRequest request,
                    javax.portlet.ActionResponse response)
             throws javax.portlet.PortletException,
                    java.io.IOException,
                    edu.wisc.my.webproxy.beans.config.ConfigurationException
Description copied from interface: ConfigPage
Called by the portlet when the submitted configuration page was for this object. This is where the page should persist its settings using the PortletPreferences API. This may throw a ConfigurationException if the submitted data is incorrect

Throws:
javax.portlet.PortletException
java.io.IOException
ConfigurationException


Copyright © 2010 Jasig. All Rights Reserved.