Class AccessService
- java.lang.Object
-
- de.adorsys.ledgers.middleware.impl.service.AccessService
-
@Service public class AccessService extends Object
-
-
Constructor Summary
Constructors Constructor Description AccessService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BearerTokenTOexchangeTokenEndSca(boolean authenticationCompleted, String accessToken)BearerTokenTOexchangeTokenStartSca(boolean scaRequired, String accessToken)voidupdateAccountAccessNewAccount(DepositAccountBO createdAccount, UserBO user, Integer scaWeight)
-
-
-
Method Detail
-
updateAccountAccessNewAccount
public void updateAccountAccessNewAccount(DepositAccountBO createdAccount, UserBO user, Integer scaWeight)
-
exchangeTokenStartSca
public BearerTokenTO exchangeTokenStartSca(boolean scaRequired, String accessToken)
-
exchangeTokenEndSca
public BearerTokenTO exchangeTokenEndSca(boolean authenticationCompleted, String accessToken)
-
-