com.novell.nidp.policy.soap.injection
Interface ExternalDataFiller


public interface ExternalDataFiller

Defines the interface that you need to extend.

Access Manager calls the fillDataElement method in this interface. You need to use the ExternalDataFillerContext object to get the user's credentials. With the credentials, you can access your data store and fill in the values in the DataElement object.

Since:
Novell Access Manager 3.0

Method Summary
 void fillDataElement(DataElement dataElement, ExternalDataFillerContext infoCtx)
          Fills the DataElement object via a call to the dataElement.setValue method.
 

Method Detail

fillDataElement

void fillDataElement(DataElement dataElement,
                     ExternalDataFillerContext infoCtx)
Fills the DataElement object via a call to the dataElement.setValue method.

Parameters:
dataElement - The object representing the data element to be filled.
infoCtx - The object to query for the user name and password associated with this request for data.


Copyright © 2005-2009 Novell, Inc. All Rights Reserved.