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