@RestController public class PronoteCASRestController extends Object
| Constructor and Description |
|---|
PronoteCASRestController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpEntity<byte[]> |
serviceValidate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String service,
String ticket) |
@RequestMapping(value="/serviceValidate",
method=GET)
public org.springframework.http.HttpEntity<byte[]> serviceValidate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@RequestParam(value="service",required=true)
String service,
@RequestParam(value="ticket",required=true)
String ticket)
throws Exception
ExceptionCopyright © 2020. All rights reserved.