Class ServiceProvider.ServiceProviderServiceGetAuthorizationResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderServiceGetAuthorizationResponse
All Implemented Interfaces:
Serializable
Enclosing class:
ServiceProvider

public static class ServiceProvider.ServiceProviderServiceGetAuthorizationResponse extends Response
Response to ServiceProviderServiceGetAuthorizationRequest. If the feature was never licensed, then "authorized" is false and the remaining elements are not returned. If the service pack is available for use, "authorized" is true. "authorizedQuantity" can be unlimited or a quantity. In the case of a service pack, "authorizedQuantity" is the service pack's quantity. "authorizable" is applicable for user services and group services; it is not returned for service packs.
Author:
AlpacaGenerator
See Also:
  • Field Details

  • Constructor Details

    • ServiceProviderServiceGetAuthorizationResponse

      public ServiceProviderServiceGetAuthorizationResponse()
  • Method Details