Interface ProvisioningHandler


  • @ConsumerType
    public interface ProvisioningHandler
    A ProvisioningHandler defines the service API to be implemented by service providers extending the provisioning mechanism. Service providers may register OSGi services of this type to be used by the provisioning default servlet to handle the provisioning of a specific service integration.

    The ProvisioningHandler service must be registered with a CLOUDSERVICE_ID registration property giving the name of the service integration supported by the service. The names will be used by the provisioning default servlet to match the request parameter servicename with the correct handler to trigger the provisioning.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLOUDSERVICE_ID
      The name of the service registration property indicating the name(s) of the service provided by the provisioning implementation.
    • Field Detail

      • CLOUDSERVICE_ID

        static final java.lang.String CLOUDSERVICE_ID
        The name of the service registration property indicating the name(s) of the service provided by the provisioning implementation. The value of this service property must be a single String.
        See Also:
        Constant Field Values