@Path(value="shops/{shopId}/sageone") @RolesAllowed(value="external_notifications") public class BacklinkResource extends SageoneBaseResource
Modifier and Type | Field and Description |
---|---|
private AuthorizationService |
authenticationService |
private ConfigurationService |
configService |
private StatusService |
statusService |
private javax.ws.rs.core.UriInfo |
uriInfo |
private BoardingUrlBuilder |
urlBuilder |
config, log, versionEpages6
Constructor and Description |
---|
BacklinkResource(AuthorizationService authenticationService,
StatusService statusService,
ConfigurationService configService,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
backlink(java.lang.String shopId,
java.lang.String ep6RedirectUrl,
java.lang.String authCode) |
matchIntegrationVersions
private AuthorizationService authenticationService
private StatusService statusService
private ConfigurationService configService
private javax.ws.rs.core.UriInfo uriInfo
@Inject private BoardingUrlBuilder urlBuilder
@Inject public BacklinkResource(AuthorizationService authenticationService, StatusService statusService, ConfigurationService configService, javax.ws.rs.core.UriInfo uriInfo)