Package com.bytedesk.core.kaptcha
Class KaptchaRestController
java.lang.Object
com.bytedesk.core.kaptcha.KaptchaRestController
@RestController
@RequestMapping("/kaptcha/api/v1")
public class KaptchaRestController
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.code.kaptcha.Producer
private final KaptchaCacheService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
checkKaptcha
(Map<String, String> map) org.springframework.http.ResponseEntity<?>
-
Field Details
-
captchaProducer
private final com.google.code.kaptcha.Producer captchaProducer -
kaptchaCacheService
-
-
Constructor Details
-
KaptchaRestController
public KaptchaRestController()
-
-
Method Details
-
getKaptcha
@GetMapping("/get") public org.springframework.http.ResponseEntity<?> getKaptcha() -
checkKaptcha
-