public class AccountAccessMethodSecurityExpressionRoot
extends org.springframework.security.access.expression.SecurityExpressionRoot
implements org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
| Constructor and Description |
|---|
AccountAccessMethodSecurityExpressionRoot(org.springframework.security.core.Authentication authentication,
MiddlewareAccountManagementService middlewareAccountService,
MiddlewarePaymentService middlewareService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accountInfoByIban(String iban) |
boolean |
accountInfoById(String id) |
boolean |
accountInfoFor(AisConsentTO consent) |
Object |
getFilterObject() |
Object |
getReturnObject() |
Object |
getThis() |
boolean |
loginToken(String scaId,
String authorizationId) |
boolean |
paymentInfoById(String paymentId) |
boolean |
paymentInit(Object payment) |
boolean |
paymentInitByIban(String iban) |
boolean |
paymentInitById(String paymentId) |
void |
setFilterObject(Object filterObject) |
void |
setReturnObject(Object returnObject) |
boolean |
tokenUsage(String usageType) |
denyAll, 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 middlewareAccountService,
MiddlewarePaymentService middlewareService)
public boolean paymentInitByIban(String iban)
public boolean paymentInit(Object payment)
public boolean paymentInitById(String paymentId)
public boolean paymentInfoById(String paymentId)
public boolean accountInfoByIban(String iban)
public boolean accountInfoById(String id)
public boolean accountInfoFor(AisConsentTO consent)
public boolean tokenUsage(String usageType)
public void setFilterObject(Object filterObject)
setFilterObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic Object getFilterObject()
getFilterObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic void setReturnObject(Object returnObject)
setReturnObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic Object getReturnObject()
getReturnObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic Object getThis()
getThis in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationsCopyright © 2019. All rights reserved.