nl.surfnet.coin.shindig.protocol
Class ContextEnvironment

java.lang.Object
  extended by nl.surfnet.coin.shindig.protocol.ContextEnvironment

public class ContextEnvironment
extends Object

Provides information about the context of the application/environement


Constructor Summary
ContextEnvironment()
           
 
Method Summary
 String getBaseSocialApiUrl()
           
 String getContainerName()
           
 String getShibbolethAuthenticationUrlSuffix()
           
 String getShibbolethDummyUser()
           
 String getShindigBaseUrl()
           
 String getVoMetadataPrefix()
           
 boolean isDummyMode()
           
 boolean isMessagePostprocessingEnabled()
           
 void setBaseSocialApiUrl(String baseSocialApiUrl)
           
 void setDummyMode(boolean dummyMode)
           
 void setMessagePostprocessingEnabled(boolean messagePostprocessingEnabled)
           
 void setShibbolethAuthenticationUrlSuffix(String shibbolethAuthenticationUrlSuffix)
           
 void setShibbolethDummyUser(String shibbolethDummyUser)
           
 void setShindigBaseUrl(String shindigBaseUrl)
           
 void setVoMetadataPrefix(String voMetadataPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextEnvironment

public ContextEnvironment()
Method Detail

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.