Class IntegratedAppCookie.AuthParams
java.lang.Object
com.collabnet.ce.soap60.integratedapps.util.IntegratedAppCookie.AuthParams
- Enclosing class:
- IntegratedAppCookie
Wrapper for information stored in cookie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet Integrated App IdGet the integrated application's base URL/the host URL for the integrated app.Get ProjectIdGet the project path of the integrated app.Get soap session idGet web session id/'jsessionid'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'
-
Constructor Details
-
AuthParams
public AuthParams()
-
-
Method Details
-
isLoggedIn
get the user Logged In status- Returns:
- true if user is logged in otherwise false
-
setLoggedIn
set the user logged in status- Parameters:
loggedIn-
-
getIntegratedAppid
Get Integrated App Id- Returns:
- mIntegratedAppid
-
setIntegratedAppid
Set the Integrated App Id- Parameters:
mIntegratedAppid-
-
getProjectId
Get ProjectId- Returns:
- ProjectId
-
setProjectId
Set the Project Id- Parameters:
mProjectId-
-
getIntegratedAppURL
Get the integrated application's base URL/the host URL for the integrated app.- Returns:
- Integrated Application base URL
-
setIntegratedAppURL
Set the integrated application's base URL.- Parameters:
integratedAppUrl- integrated applications base URL
-
getProjectPath
Get the project path of the integrated app.- Returns:
- project path of the integrated app.
-
setProjectPath
Set the project path to which the integrated app. belongs- Parameters:
projectPath- project path to which the integrated application is associated
-
getSoapSessionId
Get soap session id- Returns:
- soap session id
-
setSoapSessionId
Set the soap session id- Parameters:
soapSessionId- soap session id
-
getWebSessionId
Get web session id/'jsessionid'- Returns:
- mWebSessionId
-
setWebSessionId
Set the web session id/'jsessionid'- Parameters:
webSessionId-
-