@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public interface FromAspspConsentAuthorizationApi
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
_fromAspspNokUsingGET(String authId,
String redirectState,
@Valid String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
_fromAspspOkUsingGET(String authId,
String redirectState,
@Valid String redirectCode,
@Valid String code) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
fromAspspNokUsingGET(String authId,
String redirectState,
String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
fromAspspOkUsingGET(String authId,
String redirectState,
String redirectCode,
String code) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/consent/{auth-id}/fromAspsp/{redirectState}/nok", produces="application/json", method=GET) default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> _fromAspspNokUsingGET(@PathVariable(value="auth-id") String authId, @PathVariable(value="redirectState") String redirectState, @Valid @RequestParam(value="redirectCode",required=false) @Valid String redirectCode)
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> fromAspspNokUsingGET(String authId, String redirectState, String redirectCode)
@RequestMapping(value="/v1/consent/{auth-id}/fromAspsp/{redirectState}/ok", produces="application/json", method=GET) default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> _fromAspspOkUsingGET(@PathVariable(value="auth-id") String authId, @PathVariable(value="redirectState") String redirectState, @Valid @RequestParam(value="redirectCode",required=false) @Valid String redirectCode, @Valid @RequestParam(value="code",required=false) @Valid String code)
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> fromAspspOkUsingGET(String authId, String redirectState, String redirectCode, String code)
Copyright © 2020. All rights reserved.