public interface QuotaExhaustionAction
Modifier and Type | Method and Description |
---|---|
boolean |
action(InternalSession is,
Map existingSessions)
Performs an action, when the session quota is exhausted.
|
boolean action(InternalSession is, Map existingSessions)
is
- the to-be-actived InternalSessionexistingSessions
- all existing sessions belonging to the same uuid (Map:sid->expiration_time)true
if the session activation request should be rejected, false
otherwiseCopyright © 2010-2014, ForgeRock All Rights Reserved.