|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserSessionService
The Interface UserSessionService.
Method Summary | |
---|---|
CloudCredentials |
getCloudCredentials(RepositoryConnection repo)
Gets the cloud credentials. |
javax.servlet.http.HttpSession |
getSession()
Gets the session. |
void |
setCloudCredentials(RepositoryConnection repo,
CloudCredentials credentials)
Sets the cloud credentials. |
void |
setCloudCredentials(RepositoryConnection repo,
java.lang.String username,
java.lang.String password)
Sets the cloud credentials. |
Method Detail |
---|
javax.servlet.http.HttpSession getSession()
CloudCredentials getCloudCredentials(RepositoryConnection repo)
repo
- the repo
void setCloudCredentials(RepositoryConnection repo, java.lang.String username, java.lang.String password)
repo
- the repousername
- the usernamepassword
- the passwordvoid setCloudCredentials(RepositoryConnection repo, CloudCredentials credentials)
repo
- the repocredentials
- the credentials
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |