| Package | Description |
|---|---|
| org.beangle.security | |
| org.beangle.security.core.context | |
| org.beangle.security.core.session |
| Modifier and Type | Method and Description |
|---|---|
static Session |
Securities.getSession() |
| Modifier and Type | Method and Description |
|---|---|
Session |
SecurityContext.getSession() |
| Constructor and Description |
|---|
SecurityContext(Session session,
Request request,
boolean root,
String runAs) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionRepo.access(String sessionid,
Instant accessAt)
更新对应sessionId的最后访问时间
|
Session |
SessionRepo.get(String sessionid)
查询对应sessionid的信息
|
Session |
LoginEvent.getSessioninfo() |
Session |
LogoutEvent.getSessioninfo() |
Session |
SessionRegistry.remove(String sessionid)
注销指定sessionid
|
| Constructor and Description |
|---|
LoginEvent(Session source) |
LogoutEvent(Session source) |
Copyright © 2005–2018 The Beangle Software. All rights reserved.