Package | Description |
---|---|
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
com.iplanet.dpro.session.service.cluster | |
org.forgerock.openam.blacklist |
Implementation of entry blacklisting.
|
org.forgerock.openam.core.guice | |
org.forgerock.openam.session.service.access |
Defines interfaces for handling session access.
|
org.forgerock.openam.session.service.access.persistence |
Defines interfaces for handling session persistence.
|
org.forgerock.openam.sso.providers.stateless |
Modifier and Type | Method and Description |
---|---|
void |
InternalSession.setSessionServiceDependencies(SessionService service,
SessionServiceConfig serviceConfig,
InternalSessionEventBroker internalSessionEventBroker,
SessionUtilsWrapper sessionUtilsWrapper,
SessionConstraint sessionConstraint,
Debug debug)
The SessionService is not restored during deserialisation.
|
Constructor and Description |
---|
SessionLogging(Debug sessionDebug,
SessionServiceConfig serviceConfig,
PrivilegedAction<SSOToken> adminTokenAction) |
SessionNotificationSender(Debug sessionDebug,
SessionServiceConfig serviceConfig,
SessionServerConfig serverConfig,
SessionInfoFactory sessionInfoFactory,
org.forgerock.util.thread.listener.ShutdownManager shutdownManager) |
Constructor and Description |
---|
MultiServerClusterMonitor(Debug sessionDebug,
SessionServiceConfig serviceConfig,
SessionServerConfig serverConfig) |
Modifier and Type | Method and Description |
---|---|
static ConfigurableSessionBlacklist |
ConfigurableSessionBlacklist.createConfigurableSessionBlacklist(CTSBlacklist<Session> ctsBlacklist,
SessionServiceConfig sessionServiceConfig)
Create a configurable session blacklist based on the session service config.
|
Modifier and Type | Method and Description |
---|---|
CTSBlacklist<Session> |
CoreGuiceModule.getCtsSessionBlacklist(CTSPersistentStore cts,
AMExecutorServiceFactory esf,
ThreadMonitor threadMonitor,
WebtopNamingQuery serverConfig,
SessionServiceConfig serviceConfig) |
static Blacklist<Session> |
CoreGuiceModule.getSessionBlacklist(CTSBlacklist<Session> ctsBlacklist,
SessionServiceConfig serviceConfig) |
Constructor and Description |
---|
SessionQueryManager(Debug debug,
SessionPersistenceStore sessionPersistenceStore,
SessionChangeAuthorizer sessionChangeAuthorizer,
SessionServiceConfig serviceConfig)
Creates a session query manager.
|
Constructor and Description |
---|
SessionPersistenceStore(Debug debug,
CTSPersistentStore coreTokenService,
SessionAdapter tokenAdapter,
TokenIdFactory tokenIdFactory,
SessionServiceConfig sessionServiceConfig,
PartialSessionFactory partialSessionFactory,
IdentityUtils identityUtils) |
Constructor and Description |
---|
StatelessSessionManager(StatelessJWTCache cache,
SessionServerConfig sessionServerConfig,
SessionServiceConfig sessionServiceConfig)
Guice initialised constructor.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.