Merge "[websession] Make WebsessionManager.Val.expiresAt available to plugins"

This commit is contained in:
Saša Živkov 2015-09-03 10:33:52 +00:00 committed by Gerrit Code Review
commit 3b2aa8aace

View File

@ -201,6 +201,10 @@ public class WebSessionManager {
this.auth = auth;
}
public long getExpiresAt() {
return expiresAt;
}
Account.Id getAccountId() {
return accountId;
}