it.sistematica.isharedoc.service
Class UserSessionServiceImpl
java.lang.Object
it.sistematica.isharedoc.service.UserSessionServiceImpl
- All Implemented Interfaces:
- UserSessionService
@Service(value="userSessionService")
public class UserSessionServiceImpl
- extends java.lang.Object
- implements UserSessionService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPOSITORY_AUTHENTICATION_MAP_NAME
public static final java.lang.String REPOSITORY_AUTHENTICATION_MAP_NAME
- See Also:
- Constant Field Values
cmisServer
CmisServer cmisServer
userInfo
it.neverworks.application.service.UserInfo userInfo
UserSessionServiceImpl
public UserSessionServiceImpl()
getSession
public javax.servlet.http.HttpSession getSession()
- Description copied from interface:
UserSessionService
- Gets the session.
- Specified by:
getSession
in interface UserSessionService
- Returns:
- the session
getCloudCredentials
public CloudCredentials getCloudCredentials(RepositoryConnection repo)
- Description copied from interface:
UserSessionService
- Gets the cloud credentials.
- Specified by:
getCloudCredentials
in interface UserSessionService
- Parameters:
repo
- the repo
- Returns:
- the cloud credentials
setCloudCredentials
public void setCloudCredentials(RepositoryConnection repo,
java.lang.String username,
java.lang.String password)
- Description copied from interface:
UserSessionService
- Sets the cloud credentials.
- Specified by:
setCloudCredentials
in interface UserSessionService
- Parameters:
repo
- the repousername
- the usernamepassword
- the password
setCloudCredentials
public void setCloudCredentials(RepositoryConnection repo,
CloudCredentials credentials)
- Description copied from interface:
UserSessionService
- Sets the cloud credentials.
- Specified by:
setCloudCredentials
in interface UserSessionService
- Parameters:
repo
- the repocredentials
- the credentials