public interface WebSession
Modifier and Type | Method and Description |
---|---|
ExternalId.Key |
getLastLoginExternalId() |
String |
getSessionId() |
CurrentUser |
getUser() |
String |
getXGerritAuth() |
boolean |
isAccessPathOk(AccessPath path) |
boolean |
isSignedIn() |
boolean |
isValidXGerritAuth(String keyIn) |
void |
login(AuthResult res,
boolean rememberMe) |
void |
logout() |
void |
setAccessPathOk(AccessPath path,
boolean ok) |
void |
setUserAccountId(Account.Id id)
Set the user account for this current request only.
|
boolean isSignedIn()
String getXGerritAuth()
boolean isValidXGerritAuth(String keyIn)
ExternalId.Key getLastLoginExternalId()
CurrentUser getUser()
void login(AuthResult res, boolean rememberMe)
void setUserAccountId(Account.Id id)
boolean isAccessPathOk(AccessPath path)
void setAccessPathOk(AccessPath path, boolean ok)
void logout()
String getSessionId()