public interface QuotaExhaustionAction
Modifier and Type | Method and Description |
---|---|
boolean |
action(InternalSession is,
Map<String,Long> existingSessions)
Performs an action, when the session quota is exhausted.
|
boolean action(InternalSession is, Map<String,Long> 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–2025 Open Identity Platform Community. All rights reserved.