Previous Topic: LOOKUP and SEARCH Query Operations through Script Opbindings ConsiderationsNext Topic: Example JNDI Opbindings


Simplify Opbindings When Post-processing LOOKUP and SEARCH Results

In CA IdentityMinder SP6, new methods in com.ca.jcs.processor.PostQueryAttributesProcessor are available to simplify opbindings when you need to post-process LOOKUP/SEARCH results.

This interface is implemented by all base classes implementing AttributeStyleOpProcessor with default implementations that use stubs that do nothing. For example:

public void processPostQueryAttributes(ObjectInfo objInfo, Attributes attrs) 
public void processPostQuerySearchResult(ObjectInfo objInfo,
            Set<String> requestedConnAttrIds, Attributes attrs, SearchResult sr)