Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.iplanet.am.sdk.common | |
com.iplanet.am.sdk.ldap | |
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.cli.schema | |
com.sun.identity.password.ui.model | |
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.core.rest.sms | |
org.forgerock.openam.upgrade |
Defines interfaces and classes to perform OpenAM system upgrade.
|
Modifier and Type | Method and Description |
---|---|
static Map |
AMCrypt.decryptPasswords(Map attributes,
ServiceSchema serviceSchema) |
static Set |
AMCrypt.decryptPasswords(Set values,
String attributeName,
ServiceSchema serviceSchema) |
static Map |
AMCrypt.encryptPasswords(Map attributes,
ServiceSchema serviceSchema) |
Modifier and Type | Field and Description |
---|---|
protected ServiceSchema |
DCTreeServicesHelper.adminServiceGlobalSchema |
Modifier and Type | Method and Description |
---|---|
protected ServiceSchema |
DCTreeServicesHelper.getAdminServiceGlobalSchema() |
Modifier and Type | Field and Description |
---|---|
protected static ServiceSchema |
ComplianceServicesImpl.gsc |
Modifier and Type | Method and Description |
---|---|
static ServiceSchema |
AMAuthConfigUtils.getServiceSchema(SSOToken token)
Returns service schema object for the authentication configuration
subschema.
|
Constructor and Description |
---|
AMAuthenticationInstance(String name,
String type,
ServiceConfig config,
ServiceSchema global)
Constructs a module instance object.
|
AMAuthenticationSchema(ServiceSchema schema) |
Modifier and Type | Method and Description |
---|---|
protected ServiceSchema |
SchemaCommand.getServiceSchema() |
protected ServiceSchema |
SchemaCommand.getServiceSchema(String serviceName,
String subSchemaName,
String schemaType) |
Modifier and Type | Method and Description |
---|---|
protected ServiceSchema |
PWResetModelImpl.getPWResetServiceSchema()
Returns service schema.
|
Modifier and Type | Method and Description |
---|---|
protected Set |
PWResetModelImpl.getDefaultAttrValues(ServiceSchema schema,
String attrName) |
Constructor and Description |
---|
ServiceType(String serviceName,
ServiceSchemaManager ssm,
ServiceSchema pschema)
Constructor used by
ServiceTypeManager
to construct an instance of ServiceType , |
Modifier and Type | Method and Description |
---|---|
ServiceSchema |
ServiceSchemaManager.getDynamicSchema()
Returns the dynamic service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getGlobalSchema()
Returns the global service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getOrganizationCreationSchema()
Returns the organization creation configuration schema if present; else
returns
null |
ServiceSchema |
ServiceSchemaManager.getOrganizationSchema()
Returns the organization service configuration
schema.
|
ServiceSchema |
ServiceSchemaManager.getPolicySchema()
Returns the policy service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getSchema(SchemaType type)
Returns the configuration schema for the given
schema type
|
ServiceSchema |
ServiceSchemaManager.getSchema(String type)
Returns the configuration schema for the given
schema type
|
ServiceSchema |
AttributeSchema.getServiceSchema()
Returns Service Schema.
|
ServiceSchema |
ServiceSchema.getSubSchema(String subSchemaName)
Returns
ServiceSchema object given the name of the
service's sub-schema. |
ServiceSchema |
ServiceSchemaManager.getUserSchema()
Returns the user service configuration schema.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
SMSUtils.removeValidators(Map<String,Set<String>> attributeDefaults,
ServiceSchema serviceSchema)
Remove the validator attributes from the given attribute defaults map.
|
Constructor and Description |
---|
AttributeSchema(AttributeSchemaImpl as,
ServiceSchemaManager ssm,
ServiceSchema ss)
Constructor used by ServiceSchema to instantiate
AttributeSchema objects. |
Modifier and Type | Field and Description |
---|---|
protected ServiceSchema |
SmsResourceProvider.schema |
Modifier and Type | Field and Description |
---|---|
protected List<ServiceSchema> |
SmsResourceProvider.subSchemaPath |
Modifier and Type | Method and Description |
---|---|
protected void |
SmsResourceProvider.addAttributeSchema(org.forgerock.json.JsonValue result,
String path,
ServiceSchema schemas,
com.google.common.base.Optional<org.forgerock.services.context.Context> context) |
SmsCollectionProvider |
SmsCollectionProviderFactory.create(SmsJsonConverter converter,
ServiceSchema schema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
SmsSingletonProvider |
SmsSingletonProviderFactory.create(SmsJsonConverter converter,
ServiceSchema schema,
ServiceSchema dynamicSchema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
SmsGlobalSingletonProvider |
SmsGlobalSingletonProviderFactory.create(SmsJsonConverter globalConverter,
ServiceSchema globalSchema,
ServiceSchema organizationSchema,
ServiceSchema dynamicSchema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
protected Map<String,String> |
SmsResourceProvider.getAttributeNameToSection(ServiceSchema schema) |
protected org.forgerock.api.models.ApiDescription |
SmsGlobalSingletonProvider.initDescription(ServiceSchema schema) |
protected org.forgerock.api.models.ApiDescription |
SmsSingletonProvider.initDescription(ServiceSchema schema) |
Modifier and Type | Method and Description |
---|---|
SmsCollectionProvider |
SmsCollectionProviderFactory.create(SmsJsonConverter converter,
ServiceSchema schema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
SmsSingletonProvider |
SmsSingletonProviderFactory.create(SmsJsonConverter converter,
ServiceSchema schema,
ServiceSchema dynamicSchema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
SmsGlobalSingletonProvider |
SmsGlobalSingletonProviderFactory.create(SmsJsonConverter globalConverter,
ServiceSchema globalSchema,
ServiceSchema organizationSchema,
ServiceSchema dynamicSchema,
SchemaType type,
List<ServiceSchema> subSchemaPath,
String uriPath,
boolean serviceHasInstanceName) |
Constructor and Description |
---|
SmsAggregatingAgentsQueryHandler(ServiceSchema schema,
Debug debug)
Create an instance of the SmsAggregatingAgentsQueryHandler
|
SmsJsonConverter(ServiceSchema schema) |
Modifier and Type | Method and Description |
---|---|
static ServiceSchema |
UpgradeUtils.getServiceSchema(String serviceName,
String subSchemaName,
String schemaType,
SSOToken adminToken)
Returns the
ServiceSchema of a service. |
Modifier and Type | Method and Description |
---|---|
protected static void |
UpgradeUtils.addAttributesToSchema(String serviceName,
String schemaType,
ServiceSchemaModificationWrapper schemaMods,
ServiceSchema serviceSchema,
SSOToken adminToken) |
static void |
UpgradeUtils.addAttributeToSchema(ServiceSchema serviceSchema,
Node attributeSchemaNode)
Adds new attribute schema to an existing service.
|
static void |
UpgradeUtils.addNewSubSchema(String serviceName,
SubSchemaModificationWrapper ssMod,
ServiceSchema serviceSchema,
SSOToken adminToken) |
static void |
UpgradeUtils.addSubSchema(String serviceName,
String subSchemaName,
ServiceSchema serviceSchema,
Node subSchemaNode)
Adds sub schema to a service.
|
static void |
UpgradeUtils.modifyAttributeInExistingSchema(ServiceSchema serviceSchema,
String attrName,
Node attributeSchemaNode) |
protected static void |
UpgradeUtils.modifyAttributesInExistingSchema(String serviceName,
String schemaType,
ServiceSchemaModificationWrapper schemaMods,
ServiceSchema serviceSchema,
SSOToken adminToken) |
static void |
UpgradeUtils.removeAttributeSchema(ServiceSchema serviceSchema,
String attributeName)
Removes attribute schema from an existing service.
|
protected static void |
UpgradeUtils.removeAttributesFromSchema(String serviceName,
String schemaType,
ServiceSchemaModificationWrapper schemaMods,
ServiceSchema serviceSchema,
SSOToken adminToken) |
static void |
UpgradeUtils.removeSubSchema(String serviceName,
String subSchemaName,
ServiceSchema serviceSchema) |
static void |
UpgradeUtils.replaceAttributeSchema(ServiceSchema serviceSchema,
String attributeName,
Node attributeSchemaNode)
Replace an attribute schema from an existing service with the new one
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.