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
BambooRemoteException
void logout(String sessionId)
String getUserNameFromSession(String sessionId) throws BambooRemoteException
BambooRemoteException
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.