@RestController public class UpdateAuthConsentServiceController extends Object implements UpdateConsentAuthorizationApi
Modifier and Type | Class and Description |
---|---|
static class |
UpdateAuthConsentServiceController.NoOpMapper<T> |
log
Constructor and Description |
---|
UpdateAuthConsentServiceController() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture |
denyUsingPOST(DenyRequest body,
UUID xRequestID,
String xXsrfToken,
String authId) |
CompletableFuture |
embeddedUsingPOST(UUID xRequestID,
String xXsrfToken,
String authId,
PsuAuthRequest body,
String redirectCode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_denyUsingPOST, _embeddedUsingPOST, _toAspspGrantUsingPOST, getAcceptHeader, getObjectMapper, getRequest, toAspspGrantUsingPOST
public CompletableFuture embeddedUsingPOST(UUID xRequestID, String xXsrfToken, String authId, PsuAuthRequest body, String redirectCode)
embeddedUsingPOST
in interface UpdateConsentAuthorizationApi
public CompletableFuture denyUsingPOST(DenyRequest body, UUID xRequestID, String xXsrfToken, String authId)
denyUsingPOST
in interface UpdateConsentAuthorizationApi
Copyright © 2020. All rights reserved.