nl.surfnet.coin.shindig.protocol
Class ContextEnvironment
java.lang.Object
nl.surfnet.coin.shindig.protocol.ContextEnvironment
public class ContextEnvironment
- extends Object
Provides information about the context of the application/environement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextEnvironment
public ContextEnvironment()
getBaseSocialApiUrl
public String getBaseSocialApiUrl()
- Returns:
- the baseSocialApiUrl
setBaseSocialApiUrl
public void setBaseSocialApiUrl(String baseSocialApiUrl)
- Parameters:
baseSocialApiUrl - the baseSocialApiUrl to set
isDummyMode
public boolean isDummyMode()
- Returns:
- the dummyMode
setDummyMode
public void setDummyMode(boolean dummyMode)
- Parameters:
dummyMode - the dummyMode to set
getContainerName
public String getContainerName()
setShibbolethAuthenticationUrlSuffix
public void setShibbolethAuthenticationUrlSuffix(String shibbolethAuthenticationUrlSuffix)
- Parameters:
shibbolethAuthenticationUrlSuffix - the shibbolethAuthenticationUrlSuffix to set
getShibbolethAuthenticationUrlSuffix
public String getShibbolethAuthenticationUrlSuffix()
- Returns:
- the shibbolethAuthenticationUrlSuffix
setShindigBaseUrl
public void setShindigBaseUrl(String shindigBaseUrl)
- Parameters:
shindigBaseUrl - the shindigBaseUrl to set
getShindigBaseUrl
public String getShindigBaseUrl()
- Returns:
- the shindigBaseUrl
isMessagePostprocessingEnabled
public boolean isMessagePostprocessingEnabled()
- Returns:
- the messagePostprocessingEnabled
setMessagePostprocessingEnabled
public void setMessagePostprocessingEnabled(boolean messagePostprocessingEnabled)
- Parameters:
messagePostprocessingEnabled - the messagePostprocessingEnabled to set
getShibbolethDummyUser
public String getShibbolethDummyUser()
- Returns:
- the shibbolethDummyUser
setShibbolethDummyUser
public void setShibbolethDummyUser(String shibbolethDummyUser)
- Parameters:
shibbolethDummyUser - the shibbolethDummyUser to set
getVoMetadataPrefix
public String getVoMetadataPrefix()
- Returns:
- the voMetadataPrefix
setVoMetadataPrefix
public void setVoMetadataPrefix(String voMetadataPrefix)
- Parameters:
voMetadataPrefix - the voMetadataPrefix to set
Copyright © 2007-2012. All Rights Reserved.