public interface OIMSchema
TargetSchema
, once generated by the transport provider,
would be an input for the Format provider to generate the OIMSchema.
This interface should be implemented by Format Providers for Reconciliation. For provisioning, the
generic technology connector framework adapter itself provides the implementation for the same.ProvisioningFormatProvider
,
ReconFormatProvider
Modifier and Type | Method and Description |
---|---|
Attribute[] |
getChildMetadata(java.lang.String name)
This method returns the single-valued attributes of a child dataset, corresponding to the
identity account to be provisioned or reconciled.
|
Attribute[] |
getParentMetadata()
This method returns the parent attributes of the identity account to be provisioned or
reconciled.
|
java.lang.String[] |
getPossibleChildren()
This method returns the multi-valued/child attributes of the identity account
to be provisioned or reconciled.
|
Attribute[] getParentMetadata()
java.lang.String[] getPossibleChildren()
Attribute[] getChildMetadata(java.lang.String name)