Package | Description |
---|---|
com.sun.identity.common |
This packages contains commonly used constants and utilities.
|
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
com.sun.identity.shared.stats |
Defines classes to interact with statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
InstantGroupRunnable
Instant task (task will only be run once) which has handler separated
(share the same ScheduleableGroupAction) can be scheduled to Timer or
TimerPool by using InstantGroupRunnable.
|
class |
PeriodicCleanUpMap
PeriodicCleanUpMap is a general Map and a scheduleable unit.
|
class |
PeriodicGroupMap
PeriodicGroupMap is a general Map and a scheduleable unit.
|
class |
PeriodicGroupRunnable
Periodic task (task will be run periodically) which has handler separated
(share the same ScheduleableGroupAction) can be scheduled to Timer or
TimerPool by using PeriodicGroupRunnable.
|
Modifier and Type | Field and Description |
---|---|
protected ScheduleableGroupAction |
InstantGroupRunnable.target |
protected ScheduleableGroupAction |
PeriodicGroupRunnable.target |
Constructor and Description |
---|
InstantGroupRunnable(ScheduleableGroupAction target,
boolean removeElementAfterAction)
Constructor of InstantGroupRunnable.
|
PeriodicGroupMap(ScheduleableGroupAction target,
long runPeriod,
long timeoutPeriod,
boolean removeElementAfterAction)
Constructor of PeriodicGroupMap.
|
PeriodicGroupMap(ScheduleableGroupAction target,
long runPeriod,
long timeoutPeriod,
boolean removeElementAfterAction,
Map map)
Constructor of PeriodicGroupMap.
|
PeriodicGroupRunnable(ScheduleableGroupAction target,
long runPeriod,
long timeoutPeriod,
boolean removeElementAfterAction)
Constructor of PeriodicGroupRunnable.
|
Modifier and Type | Class and Description |
---|---|
class |
FSRequestCleanUpRunnable
This is a helper class used by FSSessionManager to clean up expired
assertionIDs from the map.
|
Modifier and Type | Class and Description |
---|---|
class |
StatsRunner |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.