| org.apache.jetspeed.portlet.IFrameGenericPortlet org.apache.jetspeed.portlet.SSOIFramePortlet
Method Summary | |
public void | doEdit(RenderRequest request, RenderResponse response) | public void | doView(RenderRequest request, RenderResponse response) | public String | getURLSource(RenderRequest request, RenderResponse response, PortletPreferences prefs) | public void | init(PortletConfig config) | public void | processAction(ActionRequest request, ActionResponse actionResponse) |
SSO_FORM_CREDENTIAL | final public static String SSO_FORM_CREDENTIAL(Code) | | |
SSO_FORM_PRINCIPAL | final public static String SSO_FORM_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_CERTIFICATE | final public static String SSO_TYPE_CERTIFICATE(Code) | | |
SSO_TYPE_URL_BASE64 | final public static String SSO_TYPE_URL_BASE64(Code) | | |
SSO_TYPE_URL_PASSWORD | final public static String SSO_TYPE_URL_PASSWORD(Code) | | |
SSO_TYPE_URL_USERNAME | final public static String SSO_TYPE_URL_USERNAME(Code) | | |
doEdit | public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
getURLSource | public String getURLSource(RenderRequest request, RenderResponse response, PortletPreferences prefs)(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest request, ActionResponse actionResponse) throws PortletException, IOException(Code) | | |
Methods inherited from org.apache.jetspeed.portlet.IFrameGenericPortlet | public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) protected void doIFrame(RenderRequest request, RenderResponse response) throws IOException(Code)(Java Doc) public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code)(Java Doc) public String getURLSource(RenderRequest request, RenderResponse response, PortletPreferences prefs)(Code)(Java Doc) public void init(PortletConfig config) throws PortletException(Code)(Java Doc) public void processAction(ActionRequest request, ActionResponse actionResponse) throws PortletException, IOException(Code)(Java Doc)
|
|
|