@Path(value="shops/{shopId}/sageone")
@RolesAllowed(value="external_notifications")
public class BacklinkResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AuthorizationService |
authenticationService |
private ConfigurationService |
configService |
private static org.slf4j.Logger |
log |
private ShopRequestContextService |
shopReqCtx |
private StatusService |
statusService |
Constructor and Description |
---|
BacklinkResource(AuthorizationService authenticationService,
StatusService statusService,
ConfigurationService configService,
ShopRequestContextService shopReqCtx) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
backlink(java.lang.String publicId,
java.lang.String authCode) |
private static final org.slf4j.Logger log
private final AuthorizationService authenticationService
private final StatusService statusService
private final ConfigurationService configService
private final ShopRequestContextService shopReqCtx
@Inject public BacklinkResource(AuthorizationService authenticationService, StatusService statusService, ConfigurationService configService, ShopRequestContextService shopReqCtx)