@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, toAspspGrantUsingPOSTpublic CompletableFuture embeddedUsingPOST(UUID xRequestID, String xXsrfToken, String authId, PsuAuthRequest body, String redirectCode)
embeddedUsingPOST in interface UpdateConsentAuthorizationApipublic CompletableFuture denyUsingPOST(DenyRequest body, UUID xRequestID, String xXsrfToken, String authId)
denyUsingPOST in interface UpdateConsentAuthorizationApiCopyright © 2020. All rights reserved.