public interface SessionValidationScheduler
DefaultSessionManager
Modifier and Type | Method and Description |
---|---|
void |
disableSessionValidation()
Disables the session validation job.
|
void |
enableSessionValidation()
Enables the session validation job.
|
boolean |
isEnabled()
Returns
true if this Scheduler is enabled and ready to begin validation at the appropriate time,
false otherwise. |
boolean isEnabled()
true
if this Scheduler is enabled and ready to begin validation at the appropriate time,
false
otherwise.
It does not indicate if the validation is actually executing at that instant - only that it is prepared
to do so at the appropriate time.true
if this Scheduler is enabled and ready to begin validation at the appropriate time,
false
otherwise.void enableSessionValidation()
void disableSessionValidation()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.