@Entity
public class SCAOperationEntity
extends Object
The SCA operation entity. We distinguish among following business operations.
- Login : - the opId shall be a generated login session id. - the
authorisationId shall be the same as the operation id. - Consent: A single
consent might need multiple authorisations. - the opId is the consentId - the
authorisationId is a generated number. - Payment: A single payment might need
multiple authorisations. - the opId is the paymentId - the authorisationId is
a generated number.
We can create an SCA without have sent out the code. This is generally the
case when a business operation (login, consent, payment) is initiated.
- Author:
- fpo