com.atlassian.bamboo.rest
Interface SessionManager

All Known Implementing Classes:
DefaultSessionManager

public interface SessionManager

This describes the remote api user session manager.


Method Summary
 String getUserNameFromSession(String sessionId)
           
 String login(String username, String password)
           
 void logout(String sessionId)
           
 

Method Detail

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.