Package | Description |
---|---|
com.iplanet.services.naming | |
com.sun.identity.policy.util | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.authentication.modules.persistentcookie |
This package contains classes Authentication using a Persistent Cookie.
|
org.forgerock.openam.core | |
org.forgerock.openam.core.rest.devices.services |
This package contains classes for the OpenAM Authenticator OATH implementation.
|
org.forgerock.openam.core.rest.devices.services.deviceprint |
This package contains classes for device print attribute management.
|
org.forgerock.openam.core.rest.devices.services.oath |
This package contains classes for oath device attribute management.
|
org.forgerock.openam.core.rest.devices.services.push |
This package contains classes for push device attribute management.
|
org.forgerock.openam.core.rest.sms | |
org.forgerock.openam.cors |
This package contains classes which form the CORS implementation.
|
org.forgerock.openam.radius.server |
Holds directly or via sub-packages mechanism for enabling openAM to be a radius server.
|
org.forgerock.openam.radius.server.config |
Provides server-side pieces for activating the radius server functionality, handling threading, and loading values
configured in openAM's admin console and applying any changes.
|
org.forgerock.openam.rest |
This package contains classes for all the REST framework classes responsible for determining the location of request
REST endpoints.
|
org.forgerock.openam.scripting.service | |
org.forgerock.openam.services.email |
Service interface for sending email messages and default implementation.
|
org.forgerock.openam.services.push |
Defines classes for the Push Notification service and framework.
|
org.forgerock.openam.sm |
Contains classes around the Service Manager layer and some of their configuration.
|
org.forgerock.openam.upgrade |
Defines interfaces and classes to perform OpenAM system upgrade.
|
org.forgerock.openam.upgrade.steps |
Defines the upgrade steps necessary to perform an upgrade of OpenAM from an earlier version.
|
org.forgerock.openam.upgrade.steps.policy |
Constructor and Description |
---|
ListenerBuilder(ServiceConfigManager configManager) |
Constructor and Description |
---|
GatewayServletUtils(ServiceConfigManager scm,
String module) |
Modifier and Type | Method and Description |
---|---|
ServiceConfigManager |
ServiceManager.getConfigManager(String serviceName,
String version)
Returns the
ServiceConfigManager for
the given service name and version. |
Constructor and Description |
---|
PluginConfig(String name,
ServiceConfigManager scm,
com.sun.identity.sm.PluginConfigImpl pc)
Protected constructor
|
ServiceConfig(ServiceConfigManager scm,
com.sun.identity.sm.ServiceConfigImpl sc)
Protected constructor
|
Modifier and Type | Method and Description |
---|---|
protected ServiceConfigManager |
PersistentCookieModuleWrapper.getServiceConfigManager()
Returns the config manager for the auth service.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfigManager |
CoreServicesWrapper.getServiceConfigManager(String serviceName,
SSOToken token)
Gets a ServiceConfigManager instance.
|
ServiceConfigManager |
CoreWrapper.getServiceConfigManager(String serviceName,
SSOToken token)
Gets a
ServiceConfigManager for the given service. |
Modifier and Type | Method and Description |
---|---|
T |
DeviceServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm)
Creates a new DeviceService for the current realm.
|
Constructor and Description |
---|
AuthenticatorDeviceServiceFactory(Debug debug,
ServiceConfigManager serviceConfigManager,
DeviceServiceFactory<T> factory)
Generates a new AuthenticatorDeviceServiceFactory, configuring a listener on the provided
ServiceConfigManager to listen to changes in its settings.
|
EncryptedDeviceStorage(ServiceConfigManager configManager,
String realm,
String debugLocation)
Generates a new EncryptedDeviceStorage for a given service.
|
Modifier and Type | Method and Description |
---|---|
TrustedDeviceService |
TrustedDeviceServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm) |
Modifier and Type | Method and Description |
---|---|
AuthenticatorOathService |
AuthenticatorOathServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm) |
Constructor and Description |
---|
AuthenticatorOathService(ServiceConfigManager configManager,
String realm)
Basic constructor for the AuthenticatorOathService.
|
Modifier and Type | Method and Description |
---|---|
AuthenticatorPushService |
AuthenticatorPushServiceFactory.create(ServiceConfigManager serviceConfigManager,
String realm) |
Constructor and Description |
---|
AuthenticatorPushService(ServiceConfigManager serviceConfigManager,
String realm)
Generates a new AuthenticatorPushStorage, used to encrypt and store device settings on a user's
profile under a config storage attribute provided by the service looked up on instance creation.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceConfigManager |
SmsResourceProvider.getServiceConfigManager(org.forgerock.services.context.Context context)
Gets a
ServiceConfigManager using the SSOToken available from the request
context. |
Modifier and Type | Method and Description |
---|---|
protected ServiceConfig |
SmsGlobalSingletonProvider.getGlobalConfigNode(ServiceConfigManager scm,
String resourceId)
Global config can be null which is fine when a schema has no global attributes, but it may
have realm attribute defaults and/or dynamic attributes.
|
protected ServiceConfig |
SmsSingletonProvider.getGlobalConfigNode(ServiceConfigManager scm,
String resourceId)
Gets the referenced global
ServiceConfig for the current request. |
protected ServiceConfig |
SmsResourceProvider.parentSubConfigFor(org.forgerock.services.context.Context context,
ServiceConfigManager scm)
Gets the ServiceConfig parent of the parent of the config being addressed by the current request.
|
Modifier and Type | Method and Description |
---|---|
void |
CORSConfigListener.register(ServiceConfigManager schemaManager) |
Modifier and Type | Method and Description |
---|---|
protected ServiceConfigManager |
RadiusServerGuiceModule.getRadiusServiceConfigManger()
Guice provider for the ServiceConfigManager.
|
Constructor and Description |
---|
ConfigChangeListener(ServiceConfigManager serviceConfigurationManager)
Construct a ConfigChangeListener.
|
ConfigLoader(ServiceConfigManager serviceConfigManager)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionBehaviourConfigListener.register(ServiceConfigManager mgr)
Registers the listener with the
ServiceConfigManager and sets the initial default version behaviour. |
Constructor and Description |
---|
ScriptConfigurationService(org.slf4j.Logger logger,
String realm,
CoreWrapper coreWrapper,
ServiceConfigManager scm)
Construct a new instance of
ScriptConfigurationService . |
Constructor and Description |
---|
MailServerImpl(ServiceConfigManager mgr,
ServiceConfig scm,
Debug debug,
AMSendMail sendMail,
Map<String,Set<String>> options)
Constructor used for testing
|
Constructor and Description |
---|
PushNotificationServiceConfigHelperFactory(ServiceConfigManager serviceConfigManager,
Debug debug)
Construct a new PushNotificationServiceConfigHelperFactory which will produce
PushNotificationServiceConfigHelpers for the provided realm.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfigManager |
ServiceConfigManagerFactory.create(String serviceName,
String serviceVersion)
Creates a new instance of
ServiceConfigManager . |
Modifier and Type | Method and Description |
---|---|
protected static ServiceConfigManager |
UpgradeUtils.getServiceConfigManager(String serviceName)
Returns the
ServiceConfigManager for a service. |
protected static ServiceConfigManager |
UpgradeUtils.getServiceConfigManager(String serviceName,
SSOToken ssoToken)
Returns the
ServiceConfigManager for a service. |
Constructor and Description |
---|
DelegationConfigUpgradeStep(ServiceConfigManager configManager,
org.forgerock.util.Function<String,String,org.forgerock.util.promise.NeverThrowsException> tagSwapFunc,
PrivilegedAction<SSOToken> adminTokenAction,
ConnectionFactory connectionFactory) |
Constructor and Description |
---|
UpgradeResourceTypeStep(ServiceConfigManager configManager,
ResourceTypeService resourceTypeService,
PrivilegedAction<SSOToken> adminTokenAction,
ConnectionFactory connectionFactory,
Set<String> removedDefaultApplications,
ApplicationServiceFactory applicationServiceFactory) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.