| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionValidationScheduler
Interface that should be implemented by classes that can control validating sessions on a regular
 basis.  This interface is used as a delegate for session validation by the DefaultSessionManager
AbstractValidatingSessionManager.setSessionValidationScheduler(SessionValidationScheduler)| Method Summary | |
|---|---|
|  void | disableSessionValidation()Disables the session validation job. | 
|  void | enableSessionValidation()Enables the session validation job. | 
|  boolean | isEnabled()Returns trueif this Scheduler is enabled and ready to begin validation at the appropriate time,falseotherwise. | 
| Method Detail | 
|---|
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()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||