CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.llsdk6.imsapi.metadata
Class AttributeValidator

java.lang.Object
  extended by com.netegrity.llsdk6.imsapi.metadata.AttributeValidator
All Implemented Interfaces:
IAttributeValidator

public abstract class AttributeValidator
extends java.lang.Object
implements IAttributeValidator

Performs directory-level validation of managed object attributes. This abstract class is extended by directory-level validation rules that need to access user, group, and organization objects in the user directory.

This class implements the IAttributeValidator interface.

Since:
IdentityMinder 6.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.netegrity.llsdk6.imsapi.metadata.IAttributeValidator
IAttributeValidator.StringRef
 
Constructor Summary
AttributeValidator()
           
 
Method Summary
 DirectoryProvidersCollection getDirectoryProviders()
          Retrieves the managed object providers.
 void setDirectoryProviders(DirectoryProvidersCollection prov)
          Typically used by Identity Manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.netegrity.llsdk6.imsapi.metadata.IAttributeValidator
validate
 

Constructor Detail

AttributeValidator

public AttributeValidator()
Method Detail

setDirectoryProviders

public void setDirectoryProviders(DirectoryProvidersCollection prov)
Typically used by Identity Manager.

Parameters:
imsDir -

getDirectoryProviders

public DirectoryProvidersCollection getDirectoryProviders()
Retrieves the managed object providers.

Returns:
A collection of providers for user, group, and organization objects in the user directory.

CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.