Package | Description |
---|---|
com.iplanet.dpro.session |
This package contains classes that represents a session and its
all session related information
|
com.iplanet.dpro.session.monitoring | |
com.iplanet.dpro.session.operations | |
com.iplanet.dpro.session.operations.strategies | |
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
org.forgerock.openam.session.service.access |
Defines interfaces for handling session access.
|
Modifier and Type | Method and Description |
---|---|
SearchResults<Session> |
Session.getValidSessions(String server,
String pattern)
Gets all valid sessions from the specified session server.
|
Modifier and Type | Method and Description |
---|---|
SearchResults<SessionInfo> |
MonitoredOperations.getValidSessions(Session session,
String pattern) |
Modifier and Type | Method and Description |
---|---|
SearchResults<SessionInfo> |
SessionOperations.getValidSessions(Session session,
String pattern)
Returns all sessions which are accessible using the provided session for authorization, and which match the
provided filter.
|
Modifier and Type | Method and Description |
---|---|
SearchResults<SessionInfo> |
ClientSdkOperations.getValidSessions(Session session,
String pattern) |
SearchResults<SessionInfo> |
StatelessOperations.getValidSessions(Session session,
String pattern) |
SearchResults<SessionInfo> |
LocalOperations.getValidSessions(Session s,
String pattern)
Gets all valid Internal Sessions, depending on the value of the user's
preferences.
|
Modifier and Type | Method and Description |
---|---|
SearchResults<SessionInfo> |
SessionService.getValidSessions(Session s,
String pattern)
Gets all valid Internal Sessions, depending on the value of the user's
preferences.
|
Modifier and Type | Method and Description |
---|---|
SearchResults<SessionInfo> |
SessionQueryManager.getValidSessions(Session actingSession,
String pattern)
Gets all valid Internal Sessions, depending on the value of the user's
preferences.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.