SessionValidationScheduler接口

The SessionValidationScheduler interface is mainly used to define the effective operation of the session, which is first parsed as follows:

1. Returns whether the task is available (if the task is available, it returns true; if the task is unavailable, it returns false)

boolean isEnabled();

2. Make the session valid

void enableSessionValidation();

3. Invalidate the session

void disableSessionValidation();

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326615380&siteId=291194637