Interface ProvisioningService


  • public interface ProvisioningService
    Provisioning Service Interface * Status: public * Stability: STABLE, only compatible changes are expected This service retrieves information about resource objects and resources and handles changes to resource objects. Implementations of this interface will apply the changes to accounts, groups and other similar objects to the target resources. It also provides information about connectors and similar configuration of access to the resources. Supported object types: * Resource * Shadow * Connector TODO: better documentation NOTE: Because there is currently only a single implementation of this interface, we have the luxury to provide some implementation-level restrictions and comments here, without having to write them separately into the implementation class. This may change in the future.
    Author:
    Radovan Semancik