| Package | Description |
|---|---|
| de.adorsys.ledgers.sca.domain | |
| de.adorsys.ledgers.sca.service |
| Modifier and Type | Method and Description |
|---|---|
OpTypeBO |
AuthCodeDataBO.getOpType() |
OpTypeBO |
SCAOperationBO.getOpType() |
static OpTypeBO |
OpTypeBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpTypeBO[] |
OpTypeBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthCodeDataBO.setOpType(OpTypeBO opType) |
void |
SCAOperationBO.setOpType(OpTypeBO opType) |
| Constructor and Description |
|---|
AuthCodeDataBO(String userLogin,
String scaUserDataId,
String opId,
String opData,
String userMessage,
int validitySeconds,
OpTypeBO opType,
String authorisationId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SCAOperationService.authenticationCompleted(String opId,
OpTypeBO opType)
Return true if all authorization instances of this operation are validated.
|
Copyright © 2019. All rights reserved.