Uses of Class
com.sun.identity.sm.AttributeSchemaImpl
-
Packages that use AttributeSchemaImpl 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 -
-
Uses of AttributeSchemaImpl in com.sun.identity.policy
Subclasses of AttributeSchemaImpl in com.sun.identity.policy Modifier and Type Class Description classActionSchemaThe classActionSchemaprovides interfaces to obtain meta information about service action values. -
Uses of AttributeSchemaImpl in com.sun.identity.sm
Methods in com.sun.identity.sm that return AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplAbstractUpgradeHelper. addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr)protected AttributeSchemaImplAbstractUpgradeHelper. updateChoiceValues(AttributeSchemaImpl attribute, Collection<String> choiceValues)Update the choice values of an attribute schemaprotected AttributeSchemaImplAbstractUpgradeHelper. updateDefaultValues(AttributeSchemaImpl attribute, Set<String> defaultValues)Update the default values of an attribute schemaprotected AttributeSchemaImplAbstractUpgradeHelper. updateExampleValues(AttributeSchemaImpl attribute, Set<String> exampleValues)Update the example values of an attribute schemaprotected AttributeSchemaImplAbstractUpgradeHelper. updateOptional(AttributeSchemaImpl attribute, boolean isOptional)Update the optional value of an attribute schemaAttributeSchemaImplAbstractUpgradeHelper. upgradeAttribute(AttributeSchemaImpl newAttr)Implement this method to perform modifications to a newly added attribute.abstract AttributeSchemaImplAbstractUpgradeHelper. upgradeAttribute(AttributeSchemaImpl oldAttr, AttributeSchemaImpl newAttr)Implement this method to perform modifications to an existing attribute based on custom logic.Methods in com.sun.identity.sm with parameters of type AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplAbstractUpgradeHelper. addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr)protected AttributeSchemaImplAbstractUpgradeHelper. updateChoiceValues(AttributeSchemaImpl attribute, Collection<String> choiceValues)Update the choice values of an attribute schemaprotected AttributeSchemaImplAbstractUpgradeHelper. updateDefaultValues(AttributeSchemaImpl attribute, Set<String> defaultValues)Update the default values of an attribute schemaprotected AttributeSchemaImplAbstractUpgradeHelper. updateExampleValues(AttributeSchemaImpl attribute, Set<String> exampleValues)Update the example values of an attribute schemaprotected AttributeSchemaImplAbstractUpgradeHelper. updateOptional(AttributeSchemaImpl attribute, boolean isOptional)Update the optional value of an attribute schemaAttributeSchemaImplAbstractUpgradeHelper. upgradeAttribute(AttributeSchemaImpl newAttr)Implement this method to perform modifications to a newly added attribute.abstract AttributeSchemaImplAbstractUpgradeHelper. upgradeAttribute(AttributeSchemaImpl oldAttr, AttributeSchemaImpl newAttr)Implement this method to perform modifications to an existing attribute based on custom logic.Method parameters in com.sun.identity.sm with type arguments of type AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplAbstractUpgradeHelper. addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr)Constructors in com.sun.identity.sm with parameters of type AttributeSchemaImpl Constructor Description AttributeSchema(AttributeSchemaImpl as, PluginSchema ps)AttributeSchema(AttributeSchemaImpl as, ServiceSchemaManager ssm, ServiceSchema ss)Constructor used by ServiceSchema to instantiateAttributeSchemaobjects. -
Uses of AttributeSchemaImpl in org.forgerock.openam.upgrade
Methods in org.forgerock.openam.upgrade that return AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplUpgradeHelper. 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.AttributeSchemaImplUpgradeHelper. 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.AttributeSchemaImplUpgradeHelper. 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.Methods in org.forgerock.openam.upgrade that return types with arguments of type AttributeSchemaImpl Modifier and Type Method Description Set<AttributeSchemaImpl>ServiceSchemaModificationWrapper. getAttributes()Returns the set of modified attributes associated with this wrapperMethods in org.forgerock.openam.upgrade with parameters of type AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplUpgradeHelper. 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.AttributeSchemaImplUpgradeHelper. 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.AttributeSchemaImplUpgradeHelper. 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.Method parameters in org.forgerock.openam.upgrade with type arguments of type AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplUpgradeHelper. 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.voidServiceSchemaModificationWrapper. setAttributes(Set<AttributeSchemaImpl> attributes)Set the set of modified attributes associated with this wrapperConstructor parameters in org.forgerock.openam.upgrade with type arguments of type AttributeSchemaImpl Constructor Description ServiceSchemaModificationWrapper(String serviceName, String schemaName, Set<AttributeSchemaImpl> attrs)Create a new wrapper for a services attribute modificationsServiceSchemaModificationWrapper(String serviceName, String schemaName, Set<AttributeSchemaImpl> attrs, Map<String,ServiceSchemaModificationWrapper> subSchemas)Create a new wrapper for a services attribute modifications -
Uses of AttributeSchemaImpl in org.forgerock.openam.upgrade.helpers
Method parameters in org.forgerock.openam.upgrade.helpers with type arguments of type AttributeSchemaImpl Modifier and Type Method Description AttributeSchemaImplAuthServiceHelper. addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr)AttributeSchemaImplSessionServiceHelper. addNewAttribute(Set<AttributeSchemaImpl> existingAttrs, AttributeSchemaImpl newAttr)
-