| org.apache.jetspeed.portlet.WebContentPortlet org.apache.jetspeed.portlet.SSOWebContentPortlet
All known Subclasses: org.apache.jetspeed.portlet.SSOTicketPortlet,
SSOWebContentPortlet | public class SSOWebContentPortlet extends WebContentPortlet (Code) | | SSOWebContentPortlet
author: David Sean Taylor version: $Id: SSOWebContentPortlet.java 605431 2007-12-19 05:11:40Z taylor $ |
Method Summary | |
public void | doEdit(RenderRequest request, RenderResponse response) | protected byte[] | doPreemptiveAuthentication(HttpClient client, HttpMethod method, RenderRequest request, RenderResponse response) | protected boolean | doRequestedAuthentication(HttpClient client, HttpMethod method, RenderRequest request, RenderResponse response) | public void | doView(RenderRequest request, RenderResponse response) | protected String | getSingleSignOnAuthType(PortletPreferences prefs) | public void | init(PortletConfig config) | public void | processAction(ActionRequest actionRequest, ActionResponse actionResponse) |
BASIC_AUTH_SCHEME_NAME | final public static String BASIC_AUTH_SCHEME_NAME(Code) | | |
FORM_AUTH_STATE | final public static String FORM_AUTH_STATE(Code) | | |
SSO_EDIT_FIELD_CREDENTIAL | final public static String SSO_EDIT_FIELD_CREDENTIAL(Code) | | |
SSO_EDIT_FIELD_PRINCIPAL | final public static String SSO_EDIT_FIELD_PRINCIPAL(Code) | | |
SSO_REQUEST_ATTRIBUTE_PASSWORD | final public static String SSO_REQUEST_ATTRIBUTE_PASSWORD(Code) | | |
SSO_REQUEST_ATTRIBUTE_USERNAME | final public static String SSO_REQUEST_ATTRIBUTE_USERNAME(Code) | | |
SSO_TYPE_BASIC | final public static String SSO_TYPE_BASIC(Code) | | |
SSO_TYPE_BASIC_PREEMPTIVE | final public static String SSO_TYPE_BASIC_PREEMPTIVE(Code) | | |
SSO_TYPE_CERTIFICATE | final public static String SSO_TYPE_CERTIFICATE(Code) | | |
SSO_TYPE_DEFAULT | final public static String SSO_TYPE_DEFAULT(Code) | | |
SSO_TYPE_FORM_ACTION_ARGS | final public static String SSO_TYPE_FORM_ACTION_ARGS(Code) | | |
SSO_TYPE_FORM_ACTION_URL | final public static String SSO_TYPE_FORM_ACTION_URL(Code) | | |
SSO_TYPE_FORM_GET | final public static String SSO_TYPE_FORM_GET(Code) | | |
SSO_TYPE_FORM_PASSWORD_FIELD | final public static String SSO_TYPE_FORM_PASSWORD_FIELD(Code) | | |
SSO_TYPE_FORM_POST | final public static String SSO_TYPE_FORM_POST(Code) | | |
SSO_TYPE_FORM_USERNAME_FIELD | final public static String SSO_TYPE_FORM_USERNAME_FIELD(Code) | | |
SSO_TYPE_URL_BASE64 | final public static String SSO_TYPE_URL_BASE64(Code) | | |
SSO_TYPE_URL_PASSWORD_PARAM | final public static String SSO_TYPE_URL_PASSWORD_PARAM(Code) | | |
SSO_TYPE_URL_USERNAME_PARAM | final public static String SSO_TYPE_URL_USERNAME_PARAM(Code) | | |
context | protected PortletContext context(Code) | | |
log | final protected static Log log(Code) | | |
doEdit | public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
doPreemptiveAuthentication | protected byte[] doPreemptiveAuthentication(HttpClient client, HttpMethod method, RenderRequest request, RenderResponse response)(Code) | | |
doRequestedAuthentication | protected boolean doRequestedAuthentication(HttpClient client, HttpMethod method, RenderRequest request, RenderResponse response)(Code) | | |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
getSingleSignOnAuthType | protected String getSingleSignOnAuthType(PortletPreferences prefs)(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException, IOException(Code) | | |
Methods inherited from org.apache.jetspeed.portlet.WebContentPortlet | public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) protected byte[] doHttpWebContent(HttpClient httpClient, HttpMethod httpMethod, int retryCount, RenderRequest request, RenderResponse response) throws PortletException(Code)(Java Doc) protected byte[] doPreemptiveAuthentication(HttpClient clent, HttpMethod method, RenderRequest request, RenderResponse response)(Code)(Java Doc) protected boolean doRequestedAuthentication(HttpClient clent, HttpMethod method, RenderRequest request, RenderResponse response)(Code)(Java Doc) public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) protected byte[] doWebContent(String sourceAttr, Map sourceParams, boolean isPost, RenderRequest request, RenderResponse response) throws PortletException(Code)(Java Doc) protected HttpClient getHttpClient(RenderRequest request) throws IOException(Code)(Java Doc) protected HttpMethodBase getHttpMethod(HttpClient client, String uri, Map params, String formMethod, RenderRequest request) throws IOException(Code)(Java Doc) protected String getURLSource(String source, Map params, RenderRequest request, RenderResponse response)(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void processAction(ActionRequest actionRequest, ActionResponse actionResponse) throws PortletException, IOException(Code)(Java Doc)
|
|
|