Package | Description |
---|---|
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.upgrade |
Defines interfaces and classes to perform OpenAM system upgrade.
|
org.forgerock.openam.upgrade.helpers |
Modifier and Type | Class and Description |
---|---|
class |
ActionSchema
The class
ActionSchema provides interfaces to
obtain meta information about service action values. |
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
AbstractUpgradeHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr) |
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateChoiceValues(AttributeSchemaImpl attribute,
Collection<String> choiceValues)
Update the choice values of an attribute schema
|
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateDefaultValues(AttributeSchemaImpl attribute,
Set<String> defaultValues)
Update the default values of an attribute schema
|
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateExampleValues(AttributeSchemaImpl attribute,
Set<String> exampleValues)
Update the example values of an attribute schema
|
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateOptional(AttributeSchemaImpl attribute,
boolean isOptional)
Update the optional value of an attribute schema
|
AttributeSchemaImpl |
AbstractUpgradeHelper.upgradeAttribute(AttributeSchemaImpl newAttr)
Implement this method to perform modifications to a newly added attribute.
|
abstract AttributeSchemaImpl |
AbstractUpgradeHelper.upgradeAttribute(AttributeSchemaImpl oldAttr,
AttributeSchemaImpl newAttr)
Implement this method to perform modifications to an existing attribute based on custom logic.
|
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
AbstractUpgradeHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr) |
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateChoiceValues(AttributeSchemaImpl attribute,
Collection<String> choiceValues)
Update the choice values of an attribute schema
|
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateDefaultValues(AttributeSchemaImpl attribute,
Set<String> defaultValues)
Update the default values of an attribute schema
|
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateExampleValues(AttributeSchemaImpl attribute,
Set<String> exampleValues)
Update the example values of an attribute schema
|
protected AttributeSchemaImpl |
AbstractUpgradeHelper.updateOptional(AttributeSchemaImpl attribute,
boolean isOptional)
Update the optional value of an attribute schema
|
AttributeSchemaImpl |
AbstractUpgradeHelper.upgradeAttribute(AttributeSchemaImpl newAttr)
Implement this method to perform modifications to a newly added attribute.
|
abstract AttributeSchemaImpl |
AbstractUpgradeHelper.upgradeAttribute(AttributeSchemaImpl oldAttr,
AttributeSchemaImpl newAttr)
Implement this method to perform modifications to an existing attribute based on custom logic.
|
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
AbstractUpgradeHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr) |
Constructor and Description |
---|
AttributeSchema(AttributeSchemaImpl as,
PluginSchema ps) |
AttributeSchema(AttributeSchemaImpl as,
ServiceSchemaManager ssm,
ServiceSchema ss)
Constructor used by ServiceSchema to instantiate
AttributeSchema objects. |
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
UpgradeHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr)
Given the existing attributes in the schema and the new attribute the upgrade helper
can decide how to change the new attr based on the state of the existing attributes.
|
AttributeSchemaImpl |
UpgradeHelper.upgradeAttribute(AttributeSchemaImpl newAttr)
This is used when a new service is added and the default upgrade value of the attribute
is different from it's default install value.
|
AttributeSchemaImpl |
UpgradeHelper.upgradeAttribute(AttributeSchemaImpl oldAttr,
AttributeSchemaImpl newAttr)
Given the existing attribute schema and the new attribute schema the upgrade helper
can decide how to change the new attr based on the state of the existing attribute.
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeSchemaImpl> |
ServiceSchemaModificationWrapper.getAttributes()
Returns the set of modified attributes associated with this wrapper
|
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
UpgradeHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr)
Given the existing attributes in the schema and the new attribute the upgrade helper
can decide how to change the new attr based on the state of the existing attributes.
|
AttributeSchemaImpl |
UpgradeHelper.upgradeAttribute(AttributeSchemaImpl newAttr)
This is used when a new service is added and the default upgrade value of the attribute
is different from it's default install value.
|
AttributeSchemaImpl |
UpgradeHelper.upgradeAttribute(AttributeSchemaImpl oldAttr,
AttributeSchemaImpl newAttr)
Given the existing attribute schema and the new attribute schema the upgrade helper
can decide how to change the new attr based on the state of the existing attribute.
|
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
UpgradeHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr)
Given the existing attributes in the schema and the new attribute the upgrade helper
can decide how to change the new attr based on the state of the existing attributes.
|
void |
ServiceSchemaModificationWrapper.setAttributes(Set<AttributeSchemaImpl> attributes)
Set the set of modified attributes associated with this wrapper
|
Constructor and Description |
---|
ServiceSchemaModificationWrapper(String serviceName,
String schemaName,
Set<AttributeSchemaImpl> attrs)
Create a new wrapper for a services attribute modifications
|
ServiceSchemaModificationWrapper(String serviceName,
String schemaName,
Set<AttributeSchemaImpl> attrs,
Map<String,ServiceSchemaModificationWrapper> subSchemas)
Create a new wrapper for a services attribute modifications
|
Modifier and Type | Method and Description |
---|---|
AttributeSchemaImpl |
AuthServiceHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr) |
AttributeSchemaImpl |
SessionServiceHelper.addNewAttribute(Set<AttributeSchemaImpl> existingAttrs,
AttributeSchemaImpl newAttr) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.