Previous Topic: Validation ObjectsNext Topic: Compiling and Deploying


Attribute Validation

The following objects are used during attribute validation:

AttributeValidator

The 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.

Package

com.netegrity.llsdk6.imsapi.metadata

AttributeValidationException

The exception class for attribute validation errors.

Package

com.netegrity.llsdk6.imsapi.exception

DirectoryProvidersCollection

The 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.

Package

com.netegrity.llsdk6.imsapi.utility

IAttributeValidator

The 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.

Package

com.netegrity.llsdk6.imsapi.metadata

IAttributeValidator.StringRef

A class that lets you return an updated attribute value or error message to CA IdentityMinder during directory-level attribute validation.

Package

com.netegrity.llsdk6.imsapi.metadata

TaskValidator

Interface for performing task-level validation of managed object attributes. This interface is implemented by task-level validation rules.

Package

com.netegrity.imapi

TaskValidator.StringRef

A class that lets you return an updated attribute value or error message to CA IdentityMinder during task-level attribute validation.

Package

com.netegrity.imapi