@Service(value="hbciUpdateAuthorization") public class HbciUpdateAuthorization extends Object implements UpdateAuthorization
| Constructor and Description |
|---|
HbciUpdateAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<UpdateAuthBody>> |
execute(ServiceContext<AuthorizationRequest> serviceContext)
Execute associated action using the input.
|
public CompletableFuture<Result<UpdateAuthBody>> execute(ServiceContext<AuthorizationRequest> serviceContext)
Actionexecute in interface Action<AuthorizationRequest,UpdateAuthBody>serviceContext - Request context (Request ID, Bank ID, password, redirect URLs, etc.) and associated services (Encryption, Consent access, etc.)Copyright © 2020. All rights reserved.