AggregationOutcome |
AccountUtilities.aggregateAccount(AccountUtilities.AggregateOptions options) |
Executes an aggregation according to the given options.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(String application,
String id,
boolean refreshIdentity) |
Aggregates the given account information into IIQ, given the native identity and application name.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(String application,
String id,
boolean refreshIdentity,
boolean forceAggregate) |
Aggregates the given account information into IIQ, given only a nativeIdentity.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(String application,
String id,
boolean refreshIdentity,
boolean forceAggregate,
Map<String,Object> arguments) |
Aggregates the given account information into IIQ, given only a nativeIdentity and application name.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(String application,
String id,
boolean refreshIdentity,
Map<String,Object> arguments) |
Aggregates the given account information into IIQ, given only a nativeIdentity.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(String application,
Map<String,Object> resource) |
Aggregates the given account information into IIQ, given the Map as the resource object data.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(String application,
Map<String,Object> resource,
Map<String,Object> arguments) |
Aggregates the given account information into IIQ, given the Map as the resource object data.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(sailpoint.object.Application appObject,
sailpoint.connector.Connector appConnector,
sailpoint.object.ResourceObject rObj,
boolean refreshIdentity) |
Aggregates the given ResourceObject into IIQ as though it was pulled in via an aggregation task.
|
AggregationOutcome |
AccountUtilities.aggregateAccount(sailpoint.object.Application appObject,
sailpoint.connector.Connector appConnector,
sailpoint.object.ResourceObject resource,
boolean refreshIdentity,
Map<String,Object> aggregateArguments) |
Aggregates the given ResourceObject into IIQ as though it was pulled in via an aggregation task
|