Package com.adobe.acs.commons.adobeio.service
@Version("1.0.1")
package com.adobe.acs.commons.adobeio.service
Adobe I/O services.
-
InterfacesClassDescriptionThis is the interface for the EndpointService.
Using this service, the calling component can post to and retrieve from the endpoint.
All the plumbing around authentication will be taken care of.
Example how to use the service in your custom code:
@Reference(target="(id=yourEndpointId)")
private EndpointService endpointService;
Service to communicate to Adobe I/O with regards to authentication.