com.atlassian.bamboo.rest
Interface SessionManager
- All Known Implementing Classes:
- DefaultSessionManager
public interface SessionManager
This describes the remote api user session manager.
login
String login(String username,
String password)
throws BambooRemoteException
- Throws:
BambooRemoteException
logout
void logout(String sessionId)
getUserNameFromSession
String getUserNameFromSession(String sessionId)
throws BambooRemoteException
- Throws:
BambooRemoteException
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.