nl.surfnet.coin.teams.util
Class TeamEnvironment

java.lang.Object
  extended by nl.surfnet.coin.teams.util.TeamEnvironment

public class TeamEnvironment
extends Object

Encapsulating properties for general use


Constructor Summary
TeamEnvironment()
           
 
Method Summary
 String getAppId()
           
 String getDefaultStemName()
           
 String getGrouperPowerUser()
           
 String getGroupNameContext()
          get VO name context
 int getMaxInvitations()
           
 long getMaxUploadSize()
           
 String getMockLogin()
           
 String getMockName()
           
 String getMockUserStatus()
           
 String getOauthKey()
           
 String getOauthSecret()
           
 String getOpenSocialUrl()
           
 String getShindigHost()
           
 String getSystemEmail()
           
 String getTeamsURL()
           
 String getVersion()
           
 void setAppId(String appId)
           
 void setDefaultStemName(String defaultStemName)
           
 void setGrouperPowerUser(String grouperPowerUser)
           
 void setGroupNameContext(String voNameContext)
          Set the VO name context
 void setMaxInvitations(int maxInvitations)
           
 void setMaxUploadSize(long maxUploadSize)
           
 void setMockLogin(String mockLogin)
           
 void setMockName(String mockName)
           
 void setMockUserStatus(String mockUserStatus)
           
 void setOauthKey(String oauthKey)
           
 void setOauthSecret(String oauthSecret)
           
 void setOpenSocialUrl(String openSocialUrl)
           
 void setShindigHost(String shindigHost)
           
 void setSystemEmail(String systemEmail)
           
 void setTeamsURL(String teamsURL)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TeamEnvironment

public TeamEnvironment()
Method Detail

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getMockLogin

public String getMockLogin()
Returns:
the mockLogin

setMockLogin

public void setMockLogin(String mockLogin)
Parameters:
mockLogin - the mockLogin to set

getMockName

public String getMockName()
Returns:
the mockName

setMockName

public void setMockName(String mockName)
Parameters:
mockName - the mockName to set

setMockUserStatus

public void setMockUserStatus(String mockUserStatus)
Parameters:
mockUserStatus - the mockUserStatus to set

getMockUserStatus

public String getMockUserStatus()
Returns:
the mockUserStatus

getDefaultStemName

public String getDefaultStemName()
Returns:
the defaultStemName

setDefaultStemName

public void setDefaultStemName(String defaultStemName)
Parameters:
defaultStemName - the defaultStemName to set

getGrouperPowerUser

public String getGrouperPowerUser()
Returns:
the grouperPowerUser

setGrouperPowerUser

public void setGrouperPowerUser(String grouperPowerUser)
Parameters:
grouperPowerUser - the grouperPowerUser to set

setAppId

public void setAppId(String appId)
Parameters:
appId - the appId to set

getAppId

public String getAppId()
Returns:
the appId

setOauthKey

public void setOauthKey(String oauthKey)
Parameters:
oauthKey - the oauthKey to set

getOauthKey

public String getOauthKey()
Returns:
the oauthKey

setOauthSecret

public void setOauthSecret(String oauthSecret)
Parameters:
oauthSecret - the oauthSecret to set

getOauthSecret

public String getOauthSecret()
Returns:
the oauthSecret

setTeamsURL

public void setTeamsURL(String teamsURL)
Parameters:
teamsURL - the teamsURL to set

getTeamsURL

public String getTeamsURL()
Returns:
the teamsURL

getOpenSocialUrl

public String getOpenSocialUrl()
Returns:
the openSocialUrl

setOpenSocialUrl

public void setOpenSocialUrl(String openSocialUrl)
Parameters:
openSocialUrl - the openSocialUrl to set

getSystemEmail

public String getSystemEmail()
Returns:
the email address of this application

setSystemEmail

public void setSystemEmail(String systemEmail)
Parameters:
systemEmail - the email address of this application to set

getMaxUploadSize

public long getMaxUploadSize()
Returns:
maximum upload size (in bytes) for form attachments

setMaxUploadSize

public void setMaxUploadSize(long maxUploadSize)
Parameters:
maxUploadSize - (in bytes) for form attachments

getMaxInvitations

public int getMaxInvitations()
Returns:
maximum amount an invitation can be sent to an email address for a team

setMaxInvitations

public void setMaxInvitations(int maxInvitations)
Parameters:
maxInvitations - maximum amount an invitation can be sent to an email address for a team

getGroupNameContext

public String getGroupNameContext()
get VO name context

Returns:
the voNameContext

setGroupNameContext

public void setGroupNameContext(String voNameContext)
Set the VO name context

Parameters:
voNameContext - the VO name context to set

setShindigHost

public void setShindigHost(String shindigHost)
Parameters:
shindigHost - the host for Shindig to set

getShindigHost

public String getShindigHost()


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.