Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.sun.identity.authentication.config |
This package contains the classes that represent server side
functionality such as the implementation of Authentication configuration
and utilities for this configuration management.
|
com.sun.identity.authentication.service | |
com.sun.identity.common.configuration | |
com.sun.identity.idm.plugins.internal | |
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.core.rest.sms | |
org.forgerock.openam.entitlement.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.utils |
This package contains general utilities for use throughout the OpenAM codebase.
|
Modifier and Type | Method and Description |
---|---|
protected static ServiceConfig |
AMServiceUtils.createOrgConfig(SSOToken token,
String orgDN,
String serviceName,
Map avPair)
Deprecated.
Create Service Template for a AMro profile, could be used to set policy
to a profile
|
static ServiceConfig |
AMServiceUtils.getOrgConfig(SSOToken token,
String orgDN,
String serviceName)
Deprecated.
Get organization config for the service
|
Modifier and Type | Method and Description |
---|---|
protected String |
AMStoreConnection.getBaseDN(ServiceConfig sc)
Deprecated.
|
protected boolean |
AMStoreConnection.isRFC2247(ServiceConfig sc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
AMAuthenticationInstance.getServiceConfig()
Returns a
ServiceConfig instance which can be used to access
and make changes to the module instance configuration data. |
Constructor and Description |
---|
AMAuthenticationInstance(String name,
String type,
ServiceConfig config,
ServiceSchema global)
Constructs a module instance object.
|
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
ConfiguredAuthServices.filterConfigs(Set<String> namedConfigs,
ServiceConfig parentConfig,
String realm,
SSOToken adminToken)
Extensions will want to restrict the list of auth services.
|
protected Set<String> |
ConfiguredSocialAuthServices.filterConfigs(Set<String> namedConfigs,
ServiceConfig parentConfig,
String realm,
SSOToken adminToken) |
Modifier and Type | Method and Description |
---|---|
protected static ServiceConfig |
ConfigurationBase.getRootServerConfig(SSOToken ssoToken) |
protected static ServiceConfig |
ConfigurationBase.getRootServerConfigWithRetry(SSOToken ssoToken) |
protected static ServiceConfig |
ConfigurationBase.getRootSiteConfig(SSOToken ssoToken) |
protected static ServiceConfig |
ConfigurationBase.getServerConfig(SSOToken ssoToken,
String name) |
Modifier and Type | Method and Description |
---|---|
protected static Set<String> |
ConfigurationBase.getServerConfigurationId(ServiceConfig svc) |
protected static Set<String> |
ConfigurationBase.getSiteConfigurationId(ServiceConfig svc) |
protected static Set<String> |
ConfigurationBase.getSiteConfigurationIds(SSOToken ssoToken,
ServiceConfig rootNode,
String name,
boolean bPrimaryOnly) |
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
AgentsRepo.createAgentGroupConfig(SSOToken token) |
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
OrganizationConfigManager.addServiceConfig(String serviceName,
Map attributes)
Adds a service configuration object for the given
service name for this organization.
|
ServiceConfig |
ServiceConfigManager.createGlobalConfig(Map attrs)
Creates global configuration for the default
instance of the service given the configuration attributes.
|
ServiceConfig |
ServiceConfigManager.createOrganizationConfig(String orgName,
Map attrs)
Creates organization configuration for the default
instance of the service given configuration attributes.
|
ServiceConfig |
ServiceConfigManager.getGlobalConfig(String instanceName)
Returns the global configuration for the given
service instance.
|
ServiceConfig |
ServiceConfigManager.getOrganizationConfig(String orgName,
String instanceName)
Returns the organization configuration for the
given organization and instance name.
|
ServiceConfig |
OrganizationConfigManager.getServiceConfig(String serviceName)
Returns the service configuration object for the
given service name.
|
ServiceConfig |
ServiceConfig.getSubConfig(String subConfigName)
Returns the service's sub-configuration given the service's
sub-configuration name.
|
Modifier and Type | Method and Description |
---|---|
static void |
SMSMigration70.migrateConfigs(SSOToken token,
ServiceConfig scGet,
String serviceName,
OrganizationConfigManager ocmAdd) |
static void |
SMSMigration70.migrateSubEntries(SSOToken token,
ServiceConfig newServiceConfig,
ServiceConfig oldSubConfig,
String subConfigName) |
static boolean |
SMSUtils.serviceExists(ServiceConfig serviceConfig)
Check if the Service Config is not null and exists in SMS.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceConfig |
SmsResourceProvider.checkedInstanceSubConfig(org.forgerock.services.context.Context context,
String resourceId,
ServiceConfig config)
Retrieves the
ServiceConfig instance for the provided resource ID within the provided ServiceConfig
parent instance, and checks whether it exists. |
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 |
SmsServerPropertiesResource.getServerConfigs(org.forgerock.services.context.Context serverContext) |
protected ServiceConfig |
SmsServerPropertiesResource.getServerConfigs(SSOToken ssoToken) |
protected ServiceConfig |
SmsSingletonProvider.getServiceConfigNode(org.forgerock.services.context.Context serverContext,
String resourceId)
Gets the referenced
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 |
---|---|
protected void |
SmsGlobalSingletonProvider.addGlobalAttributes(ServiceConfig config,
org.forgerock.json.JsonValue result) |
protected void |
SmsResourceProvider.addGlobalAttributes(ServiceConfig config,
org.forgerock.json.JsonValue result)
Add the global attributes to the given
JsonValue result. |
protected void |
SmsGlobalSingletonProvider.addOrganisationAttributes(String realm,
ServiceConfig config,
org.forgerock.json.JsonValue result) |
protected void |
SmsResourceProvider.addOrganisationAttributes(String realm,
ServiceConfig config,
org.forgerock.json.JsonValue result)
Add the organisation attributes to the given
JsonValue result. |
protected ServiceConfig |
SmsResourceProvider.checkedInstanceSubConfig(org.forgerock.services.context.Context context,
String resourceId,
ServiceConfig config)
Retrieves the
ServiceConfig instance for the provided resource ID within the provided ServiceConfig
parent instance, and checks whether it exists. |
protected org.forgerock.json.JsonValue |
SmsResourceProvider.getJsonValue(String realm,
ServiceConfig config,
org.forgerock.services.context.Context context)
Returns the JsonValue representation of the ServiceConfig using the
SmsResourceProvider.converter . |
protected org.forgerock.json.JsonValue |
SmsResourceProvider.getJsonValue(String realm,
ServiceConfig config,
org.forgerock.services.context.Context context,
String authModuleResourceName,
boolean autoCreatedAuthModule)
Returns the JsonValue representation of the ServiceConfig using the
SmsResourceProvider.converter . |
protected void |
SmsGlobalSingletonProvider.saveConfigAttributes(ServiceConfig config,
Map<String,Set<String>> attributes) |
protected void |
SmsSingletonProvider.saveConfigAttributes(ServiceConfig config,
Map<String,Set<String>> attributes) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Set<String>> |
ApplicationQueryFilterVisitor.getConfigData(ServiceConfig serviceConfig) |
Constructor and Description |
---|
MailServerImpl(ServiceConfigManager mgr,
ServiceConfig scm,
Debug debug,
AMSendMail sendMail,
Map<String,Set<String>> options)
Constructor used for testing
|
Constructor and Description |
---|
PushNotificationServiceConfigHelper(ServiceConfig serviceConfig,
Debug debug)
Produce a new PushNotificationServiceConfigHelper for the provided ServiceConfig.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Set<String>> |
ServiceConfigQueryFilterVisitor.getConfigData(ServiceConfig serviceConfig)
Get the configuration attribute data from the given
ServiceConfig . |
Boolean |
ServiceConfigQueryFilterVisitor.visitAndFilter(ServiceConfig serviceConfig,
List<org.forgerock.util.query.QueryFilter<String>> subFilters) |
Boolean |
ServiceConfigQueryFilterVisitor.visitBooleanLiteralFilter(ServiceConfig serviceConfig,
boolean value) |
Boolean |
ServiceConfigQueryFilterVisitor.visitContainsFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Boolean |
ServiceConfigQueryFilterVisitor.visitEqualsFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Boolean |
ServiceConfigQueryFilterVisitor.visitGreaterThanFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Boolean |
ServiceConfigQueryFilterVisitor.visitGreaterThanOrEqualToFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Boolean |
ServiceConfigQueryFilterVisitor.visitLessThanFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Boolean |
ServiceConfigQueryFilterVisitor.visitLessThanOrEqualToFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Boolean |
ServiceConfigQueryFilterVisitor.visitOrFilter(ServiceConfig serviceConfig,
List<org.forgerock.util.query.QueryFilter<String>> subFilters) |
Boolean |
ServiceConfigQueryFilterVisitor.visitStartsWithFilter(ServiceConfig serviceConfig,
String field,
Object valueAssertion) |
Modifier and Type | Method and Description |
---|---|
static Boolean |
ServiceConfigUtils.getBooleanAttribute(ServiceConfig serviceConfig,
String attributeName) |
static Long |
ServiceConfigUtils.getLongAttribute(ServiceConfig serviceConfig,
String attributeName) |
static Set<String> |
ServiceConfigUtils.getSetAttribute(ServiceConfig serviceConfig,
String attributeName) |
static String |
ServiceConfigUtils.getStringAttribute(ServiceConfig serviceConfig,
String attributeName) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.