Class IntegratedAppCookie.AuthParams
- java.lang.Object
-
- com.collabnet.ce.soap60.integratedapps.util.IntegratedAppCookie.AuthParams
-
- Enclosing class:
- IntegratedAppCookie
public static class IntegratedAppCookie.AuthParams extends Object
Wrapper for information stored in cookie
-
-
Constructor Summary
Constructors Constructor Description AuthParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIntegratedAppid()Get Integrated App IdStringgetIntegratedAppURL()Get the integrated application's base URL/the host URL for the integrated app.StringgetProjectId()Get ProjectIdStringgetProjectPath()Get the project path of the integrated app.StringgetSoapSessionId()Get soap session idStringgetWebSessionId()Get web session id/'jsessionid'StringisLoggedIn()get the user Logged In statusvoidsetIntegratedAppid(String mIntegratedAppid)Set the Integrated App IdvoidsetIntegratedAppURL(String integratedAppUrl)Set the integrated application's base URL.voidsetLoggedIn(String loggedIn)set the user logged in statusvoidsetProjectId(String mProjectId)Set the Project IdvoidsetProjectPath(String projectPath)Set the project path to which the integrated app.voidsetSoapSessionId(String soapSessionId)Set the soap session idvoidsetWebSessionId(String webSessionId)Set the web session id/'jsessionid'
-
-
-
Method Detail
-
isLoggedIn
public String isLoggedIn()
get the user Logged In status- Returns:
- true if user is logged in otherwise false
-
setLoggedIn
public void setLoggedIn(String loggedIn)
set the user logged in status- Parameters:
loggedIn-
-
getIntegratedAppid
public String getIntegratedAppid()
Get Integrated App Id- Returns:
- mIntegratedAppid
-
setIntegratedAppid
public void setIntegratedAppid(String mIntegratedAppid)
Set the Integrated App Id- Parameters:
mIntegratedAppid-
-
getProjectId
public String getProjectId()
Get ProjectId- Returns:
- ProjectId
-
setProjectId
public void setProjectId(String mProjectId)
Set the Project Id- Parameters:
mProjectId-
-
getIntegratedAppURL
public String getIntegratedAppURL()
Get the integrated application's base URL/the host URL for the integrated app.- Returns:
- Integrated Application base URL
-
setIntegratedAppURL
public void setIntegratedAppURL(String integratedAppUrl)
Set the integrated application's base URL.- Parameters:
integratedAppUrl- integrated applications base URL
-
getProjectPath
public String getProjectPath()
Get the project path of the integrated app.- Returns:
- project path of the integrated app.
-
setProjectPath
public void setProjectPath(String projectPath)
Set the project path to which the integrated app. belongs- Parameters:
projectPath- project path to which the integrated application is associated
-
getSoapSessionId
public String getSoapSessionId()
Get soap session id- Returns:
- soap session id
-
setSoapSessionId
public void setSoapSessionId(String soapSessionId)
Set the soap session id- Parameters:
soapSessionId- soap session id
-
getWebSessionId
public String getWebSessionId()
Get web session id/'jsessionid'- Returns:
- mWebSessionId
-
setWebSessionId
public void setWebSessionId(String webSessionId)
Set the web session id/'jsessionid'- Parameters:
webSessionId-
-
-