com.novell.nds.dirxml.engine.gcv
Interface JobParams.ReferenceResolver

Enclosing class:
JobParams

public static interface JobParams.ReferenceResolver

Interface for providing values for DN-reference items and named-password references in JobParams definitions. Designed for use with toJobParamsMap().

See Also:
JobParams.toJobParamsMap(java.util.Map,com.novell.nds.dirxml.engine.gcv.JobParams.ReferenceResolver)

Method Summary
 char[] getPasswordValue(String passwordName)
          Get the password value for a referenced named password.
 DirectoryObject[] getReferencedObjects(String attributeName)
          Return an array of entry IDs of objects references by an attribute name.
 

Method Detail

getReferencedObjects

DirectoryObject[] getReferencedObjects(String attributeName)
Return an array of entry IDs of objects references by an attribute name.

Parameters:
attributeName - name of directory attribute containing DN references to objects
Returns:
entry ID(s) of the referenced object(s)

getPasswordValue

char[] getPasswordValue(String passwordName)
Get the password value for a referenced named password.

Parameters:
passwordName - name of password
Returns:
password value, or null if no password with the passed name exists.