public interface Session
| Modifier and Type | Interface and Description |
|---|---|
static class |
Session.Agent |
| Modifier and Type | Method and Description |
|---|---|
Session.Agent |
getAgent() |
String |
getId() |
Instant |
getLastAccessAt()
查询最后访问时间
|
Instant |
getLoginAt()
登录时间
|
Principal |
getPrincipal()
用户名
|
void |
setLastAccessAt(Instant d) |
Copyright © 2005–2018 The Beangle Software. All rights reserved.