Package | Description |
---|---|
com.iplanet.dpro.session.monitoring | |
com.iplanet.dpro.session.operations | |
com.iplanet.dpro.session.operations.strategies |
Modifier and Type | Class and Description |
---|---|
class |
MonitoredOperations
Wraps a provided
SessionOperations instance with timing meta information, and
inserts that into an appropriate monitoring store. |
Constructor and Description |
---|
MonitoredOperations(SessionOperations sessionOperations,
SessionMonitorType monitorType,
SessionMonitoringStore sessionMonitoringStore)
Sets up an appropriate
SessionOperations , linking it to its SessionMonitorType and
giving it a link to the singleton SessionMonitoringStore . |
Modifier and Type | Method and Description |
---|---|
SessionOperations |
SessionOperationStrategy.getOperation(SessionID sessionID)
Based on the Session, determine the appropriate SessionOperations strategy to select.
|
SessionOperations |
ServerSessionOperationStrategy.getOperation(SessionID sessionID)
Based on the Session, determine the appropriate SessionOperations strategy to select.
|
SessionOperations |
ClientSdkSessionOperationStrategy.getOperation(SessionID sessionID)
Provides a remote SessionOperation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSdkOperations
Responsible for providing ClientSDK implementations of the
SessionOperations . |
class |
LocalOperations
Handles sessions that are stored in CTS.
|
class |
StatelessOperations
Handles client-side sessions.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.