public class AccountAccessMethodSecurityExpressionRoot extends SecurityExpressionAdapter
accountService, paymentService| Constructor and Description |
|---|
AccountAccessMethodSecurityExpressionRoot(org.springframework.security.core.Authentication authentication,
MiddlewareAccountManagementService accountService,
MiddlewarePaymentService paymentService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accountInfoByIban(String iban) |
boolean |
accountInfoById(String id) |
boolean |
accountInfoByIdentifier(AccountIdentifierTypeTO type,
String accountIdentifier) |
boolean |
accountInfoFor(AisConsentTO consent) |
boolean |
loginToken(String scaId,
String authorizationId) |
boolean |
paymentInfoById(String paymentId) |
boolean |
paymentInitById(String paymentId) |
boolean |
tokenUsage(String usageType) |
boolean |
tokenUsages(String usageTypeFirst,
String usageTypeSecond) |
getFilterObject, getReturnObject, getThis, setFilterObject, setReturnObjectdenyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolverpublic AccountAccessMethodSecurityExpressionRoot(org.springframework.security.core.Authentication authentication,
MiddlewareAccountManagementService accountService,
MiddlewarePaymentService paymentService)
public boolean accountInfoByIdentifier(AccountIdentifierTypeTO type, String accountIdentifier)
public boolean accountInfoById(String id)
public boolean accountInfoByIban(String iban)
public boolean accountInfoFor(AisConsentTO consent)
public boolean tokenUsage(String usageType)
public boolean paymentInitById(String paymentId)
public boolean paymentInfoById(String paymentId)
Copyright © 2021. All rights reserved.