public interface SessionManager
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONYMOUS_USER
The name of the anonymous user if no authorisation is provided.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUserNameFromSession(String sessionId) |
String |
login(String username,
String password) |
void |
logout(String sessionId) |
static final String ANONYMOUS_USER
String login(String username, String password) throws BambooRemoteException
BambooRemoteExceptionvoid logout(String sessionId)
String getUserNameFromSession(String sessionId) throws BambooRemoteException
BambooRemoteExceptionCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.