Package | Description |
---|---|
com.iplanet.dpro.session.service.cluster | |
com.iplanet.services.naming | |
com.sun.identity.common |
This packages contains commonly used constants and utilities.
|
com.sun.identity.coretoken.service | |
com.sun.identity.federation.services |
Handles
ID-FF federation profiles. |
com.sun.identity.saml.servlet |
SAML 1.x servlet endpoints.
|
com.sun.identity.saml.xmlsig |
Defines KeyProvider interface and default implementation class.
|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.shared.stats |
Defines classes to interact with statistics.
|
org.forgerock.openam.session |
Modifier and Type | Class and Description |
---|---|
class |
ClusterStateService
The
ClusterStateService monitors the state of Server instances
that are part of the current Site. |
Modifier and Type | Class and Description |
---|---|
static class |
WebtopNaming.SiteMonitor
The
SiteMonitor class is used to monitor the
health status of all the sites. |
Modifier and Type | Class and Description |
---|---|
class |
GeneralTaskRunnable
An abstract class which works as a base class of scheduleable unit with the
implementations of some functions of TaskRunnable interface.
|
class |
HeadTaskRunnable
HeadTaskRunnable is designed to be the head of the linked-list when
TaskRunnable needs to be linked together.
|
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 |
InstantRunnable
Instant task (task will only be run once) which has handler integrated
(implements ScheduleableAction) can be scheduled to Timer or TimerPool by
using InstantRunnable.
|
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.
|
class |
PeriodicRunnable
Periodic task (task will be run periodically) which has handler integrated
(implements ScheduleableAction) can be scheduled to Timer or TimerPool by
using PeriodicRunnable.
|
Modifier and Type | Field and Description |
---|---|
protected TaskRunnable |
GeneralTaskRunnable.nextTask |
protected TaskRunnable |
HeadTaskRunnable.nextTask |
protected TaskRunnable |
GeneralTaskRunnable.previousTask |
protected TaskRunnable |
HeadTaskRunnable.tailTask |
Modifier and Type | Method and Description |
---|---|
TaskRunnable |
TaskRunnable.next()
Returns the TaskRunnable next to this TaskRunnable in the linked-list.
|
TaskRunnable |
GeneralTaskRunnable.next()
Returns the TaskRunnable next to this TaskRunnable in the linked-list.
|
TaskRunnable |
HeadTaskRunnable.next()
Returns the TaskRunnable next to this TaskRunnable in the linked-list.
|
TaskRunnable |
TaskRunnable.previous()
Returns the TaskRunnable previous to this TaskRunnable in the
linked-list.
|
TaskRunnable |
GeneralTaskRunnable.previous()
Returns the TaskRunnable previous to this TaskRunnable in the
linked-list.
|
TaskRunnable |
HeadTaskRunnable.previous()
Implements for TaskRunnable interface, there is no previous element for
HeadTaskRunnable.
|
TaskRunnable |
HeadTaskRunnable.tail()
Returns the Task which is at the tail of the list.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerPool.schedule(TaskRunnable task,
Date time)
Schedules a TaskRunnable to the TimerPool.
|
void |
TimerPool.schedule(TaskRunnable task,
long delay)
Schedules the TaskRunnable to the TimerPool.
|
void |
TaskRunnable.setNext(TaskRunnable task)
Sets the TaskRunnable next to this TaskRunnable in the linked-list.
|
void |
GeneralTaskRunnable.setNext(TaskRunnable task)
Sets the TaskRunnable next to this TaskRunnable in the linked-list.
|
void |
HeadTaskRunnable.setNext(TaskRunnable task)
Sets the TaskRunnable next to this TaskRunnable in the linked-list.
|
void |
TaskRunnable.setPrevious(TaskRunnable task)
Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
|
void |
GeneralTaskRunnable.setPrevious(TaskRunnable task)
Sets the TaskRunnable previous to this TaskRunnable in the linked-list.
|
void |
HeadTaskRunnable.setPrevious(TaskRunnable task)
Implements for TaskRunnable interface, There is no previous element for
HeadTaskRunnable.
|
void |
HeadTaskRunnable.setTail(TaskRunnable task)
Sets the task which is the tail of the list.
|
Constructor and Description |
---|
HeadTaskRunnable(Triggerable parent,
TaskRunnable nextTask,
Date time)
Constructor of HeadTaskRunnable.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenCleanupRunnable
The class is used to cleanup expired token in the core token store.
|
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 |
POSTCleanUpRunnable
This is a helper class used by SAMLPOSTProfileServlet to clean up expired
assertionIDs from the map.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyStoreRefresher
This class is used to update the key store freqently.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheCleanUpRunnable
This is a helper class to clean up cache.
|
Modifier and Type | Class and Description |
---|---|
class |
StatsRunner |
Modifier and Type | Class and Description |
---|---|
class |
SessionCuller
This class is responsible for periodically checking to see whether a given Session should remain in the SessionCache,
or whether it should be removed.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.