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 |
accountInfoFor(AisConsentTO consent) |
boolean |
loginToken(String scaId,
String authorizationId) |
boolean |
paymentInfoById(String paymentId) |
boolean |
paymentInit(Object payment) |
boolean |
paymentInitById(String paymentId) |
boolean |
tokenUsage(String usageType) |
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 paymentInit(Object payment)
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 © 2019. All rights reserved.