public interface SessionRegistry extends SessionRepo
| Modifier and Type | Method and Description |
|---|---|
void |
register(Authentication authentication,
String sessionid)
注册
|
Session |
remove(String sessionid)
注销指定sessionid
|
access, getvoid register(Authentication authentication, String sessionid) throws SessionException
authentication - sessionid - SessionExceptionCopyright © 2005–2018 The Beangle Software. All rights reserved.