@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:19.251Z[UTC]") public interface UpdateConsentAuthorizationApi
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<org.springframework.http.ResponseEntity<Void>> |
_denyUsingPOST(@Valid DenyRequest body,
UUID xRequestID,
String X_XSRF_TOKEN,
String authId) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
_embeddedUsingPOST(UUID xRequestID,
String X_XSRF_TOKEN,
String authId,
@Valid PsuAuthRequest body,
@Valid String redirectCode) |
default CompletableFuture<org.springframework.http.ResponseEntity<Void>> |
_toAspspGrantUsingPOST(@Valid AuthorizeRequest body,
UUID xRequestID,
String X_XSRF_TOKEN,
String authId) |
default CompletableFuture<org.springframework.http.ResponseEntity<Void>> |
denyUsingPOST(DenyRequest body,
UUID xRequestID,
String X_XSRF_TOKEN,
String authId) |
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> |
embeddedUsingPOST(UUID xRequestID,
String X_XSRF_TOKEN,
String authId,
PsuAuthRequest body,
String redirectCode) |
default Optional<String> |
getAcceptHeader() |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default CompletableFuture<org.springframework.http.ResponseEntity<Void>> |
toAspspGrantUsingPOST(AuthorizeRequest body,
UUID xRequestID,
String X_XSRF_TOKEN,
String authId) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
@RequestMapping(value="/v1/consent/{auth-id}/deny", produces="application/json", consumes="application/json", method=POST) default CompletableFuture<org.springframework.http.ResponseEntity<Void>> _denyUsingPOST(@Valid @RequestBody @Valid DenyRequest body, @RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @RequestHeader(value="X-XSRF-TOKEN",required=true) String X_XSRF_TOKEN, @PathVariable(value="auth-id") String authId)
default CompletableFuture<org.springframework.http.ResponseEntity<Void>> denyUsingPOST(DenyRequest body, UUID xRequestID, String X_XSRF_TOKEN, String authId)
@RequestMapping(value="/v1/consent/{auth-id}/embedded", produces="application/json", consumes="application/json", method=POST) default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> _embeddedUsingPOST(@RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @RequestHeader(value="X-XSRF-TOKEN",required=true) String X_XSRF_TOKEN, @PathVariable(value="auth-id") String authId, @Valid @RequestBody @Valid PsuAuthRequest body, @Valid @RequestParam(value="redirectCode",required=false) @Valid String redirectCode)
default CompletableFuture<org.springframework.http.ResponseEntity<ConsentAuth>> embeddedUsingPOST(UUID xRequestID, String X_XSRF_TOKEN, String authId, PsuAuthRequest body, String redirectCode)
@RequestMapping(value="/v1/consent/{auth-id}/toAspsp/grant", produces="application/json", consumes="application/json", method=POST) default CompletableFuture<org.springframework.http.ResponseEntity<Void>> _toAspspGrantUsingPOST(@Valid @RequestBody @Valid AuthorizeRequest body, @RequestHeader(value="X-Request-ID",required=true) UUID xRequestID, @RequestHeader(value="X-XSRF-TOKEN",required=true) String X_XSRF_TOKEN, @PathVariable(value="auth-id") String authId)
default CompletableFuture<org.springframework.http.ResponseEntity<Void>> toAspspGrantUsingPOST(AuthorizeRequest body, UUID xRequestID, String X_XSRF_TOKEN, String authId)
Copyright © 2020. All rights reserved.