Attribute Validation
The following objects are used during attribute validation:
cim1265
The following objects are used during attribute validation:
For more information on these objects, refer to the
CA Identity Manager
Programming Reference.- AttributeValidatorThe class for performing directory-level validation of managed object attributes. This abstract class is extended by directory-level validation rules that must access user, group, and organization objects in the user directory.
- Packagecom.netegrity.llsdk6.imsapi.metadata
- AttributeValidationExceptionThe exception class for attribute validation errors.
- Packagecom.netegrity.llsdk6.imsapi.exception
- DirectoryProvidersCollectionThe interface for accessing the managed object providers during directory-level attribute validation. The managed object providers let you retrieve user, group, and organization objects from the user directory.
- Packagecom.netegrity.llsdk6.imsapi.utility
- IAttributeValidatorThe interface for performing directory-level validation of managed object attributes. This interface is implemented by directory-level validation rules. If you must validate an attribute against information in the user directory, extend the AttributeValidator abstract class.
- Packagecom.netegrity.llsdk6.imsapi.metadata
- IAttributeValidator.StringRefA class that lets you return an updated attribute value or error message toCA Identity Managerduring directory-level attribute validation.
- Packagecom.netegrity.llsdk6.imsapi.metadata
- TaskValidatorInterface for performing task-level validation of managed object attributes. This interface is implemented by task-level validation rules.
- Packagecom.netegrity.imapi
- TaskValidator.StringRefA class that lets you return an updated attribute value or error message toCA Identity Managerduring task-level attribute validation.
- Packagecom.netegrity.imapi