fix(config): implement setTimeoutLogoutLog in ShiroRealmConfig (no-op)
This commit is contained in:
@@ -79,4 +79,12 @@ public class ShiroRealmConfig implements SystemRealm {
|
||||
return map;
|
||||
}
|
||||
|
||||
/**
|
||||
* 超时登出时记录(实现接口方法,默认不做处理)
|
||||
* @param userId 用户 id
|
||||
*/
|
||||
@Override
|
||||
public void setTimeoutLogoutLog(String userId) {
|
||||
// no-op
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user