| org.apache.jetspeed.portlet.sso.SSOProxyPortlet
SSOProxyPortlet | public class SSOProxyPortlet extends GenericVelocityPortlet (Code) | | SSOProxyPortlet
This portlet can be used as a bridge to any URL.
It acts as a http client and therefore it can store
cookies.
The main purpose is that the SSOProxy portlet authenticates
any SSO credential for the principal user not knowing in advance
what URL the user might select. No login prompt will appear for any url
in the portlet for that an SSO entry exists and the principal user has permissions.
author: Roger Ruttimann |
Method Summary | |
public void | doEdit(RenderRequest request, RenderResponse response) | public void | doView(RenderRequest request, RenderResponse response) | public void | init(PortletConfig config) | public void | processAction(ActionRequest request, ActionResponse actionResponse) |
ACTION_PARAMETER_SSOPROXY | final static String ACTION_PARAMETER_SSOPROXY(Code) | | ACTION_PARAMETER_SSOPROXY
|
BLOCK_SIZE | final static int BLOCK_SIZE(Code) | | Block Size
|
DESTINATION_URL | final static String DESTINATION_URL(Code) | | DestinationURL
|
FORCE_SSO_REFRESH | final static String FORCE_SSO_REFRESH(Code) | | ForceSSORefresh
|
defaultEncoding | public String defaultEncoding(Code) | | Default encoding UTF-8
|
doEdit | public void doEdit(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
doView | public void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException(Code) | | |
init | public void init(PortletConfig config) throws PortletException(Code) | | |
processAction | public void processAction(ActionRequest request, ActionResponse actionResponse) throws PortletException, IOException(Code) | | |
|
|