public class ShibbolethEnabledHttpManagerImpl extends HttpManagerImpl
logger| Constructor and Description |
|---|
ShibbolethEnabledHttpManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.impl.client.DefaultHttpClient |
createHttpClient(javax.portlet.PortletRequest request)
Create a new HttpClient which may potentially be pre-configured for
Shibboleth authentication.
|
protected String |
getAssertion(javax.portlet.PortletRequest request)
Get the SAML assertion from the UserInfo map.
|
protected String |
getIdPPublicKeys(javax.portlet.PortletRequest request)
Get the IdP Public keys from the UserInfo map.
|
String |
getPortalEntityID() |
boolean |
isSkipValidateIdp() |
void |
setPortalEntityID(String portalEntityID) |
void |
setSkipValidateIdp(boolean skipValidateIdp)
Set if the IDP host name validation step should be skipped during authentication.
|
void |
setSpCertificate(String spCertificate) |
void |
setSpPrivateKey(String spPrivateKey) |
addCookie, addCookies, clearCookies, clearData, createClientConnectionManager, createRequest, doRequest, getCookies, getCredentials, getHttpClient, getName, setClientConnectionManager, setCredentials, setHttpClientTimeouts, setSchemeRegistry, setupgetCookieLock, setActionData, setRenderDatapublic String getPortalEntityID()
public void setPortalEntityID(String portalEntityID)
portalEntityID - the portalEntityID to setpublic void setSpPrivateKey(String spPrivateKey)
public void setSpCertificate(String spCertificate)
public boolean isSkipValidateIdp()
public void setSkipValidateIdp(boolean skipValidateIdp)
SAMLSession.setSkipValidateIdp(boolean)protected org.apache.http.impl.client.DefaultHttpClient createHttpClient(javax.portlet.PortletRequest request)
createHttpClient in class HttpManagerImplrequest - portlet requestprotected String getAssertion(javax.portlet.PortletRequest request)
request - protected String getIdPPublicKeys(javax.portlet.PortletRequest request)
request - Copyright © 2016 Jasig. All Rights Reserved.