Class GisAuthTokenService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.mobile.core.rs3.gisauthtoken.GisAuthTokenService
@Deprecated(since="22.0",
forRemoval=true)
@RestController
@RequestMapping("mobile/r3/gisauthtoken")
@Resource(logging=true)
public class GisAuthTokenService
extends PrivateService
Deprecated, for removal: This API element is subject to removal in a future version.
Services that manage gis auth token.
- GCApi:
- rest
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
GisAuthTokenService
public GisAuthTokenService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
post
@GetMapping(produces="application/json") public org.springframework.http.ResponseEntity<DTOGisAuthToken> post(@RequestParam(required=true,value="authenticationCode") @Valid @Valid String authenticationCode, @RequestParam(required=false,value="referer") @Valid @Valid String referer) throws DAException, DAValidateException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
DAExceptionDAValidateException
-