public class AccountAccessMethodSecurityExpressionRoot extends SecurityExpressionAdapter
accountService, authMapper, paymentService, scaService, userManagementService| Constructor and Description |
|---|
AccountAccessMethodSecurityExpressionRoot(org.springframework.security.core.Authentication authentication,
MiddlewareAccountManagementService accountService,
MiddlewarePaymentService paymentService,
KeycloakAuthMapper authMapper,
MiddlewareUserManagementService userManagementService,
MiddlewareRedirectScaService scaService) |
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,
KeycloakAuthMapper authMapper,
MiddlewareUserManagementService userManagementService,
MiddlewareRedirectScaService scaService)
public boolean isNewStaffUser(UserTO user)
public boolean hasManagerAccessToAccountIban(String iban)
public boolean hasManagerAccessToAccountId(String accountId)
public boolean isNewAccountAndCanBeCreatedForUser(AccountDetailsTO account, String userId)
public boolean hasManagerAccessToUser(String userId)
public boolean isSameUser(String userId)
public boolean hasAccessToAccountByPaymentId(String paymentId)
public boolean hasAccessToAccountsWithIbans(Collection<String> ibans)
public boolean hasAccessToAccount(String accountId)
public boolean hasAccessToAccountWithIban(String iban)
public boolean accountInfoByIdentifier(AccountIdentifierTypeTO type, String accountIdentifier)
public boolean isEnabledAccount(String accountId)
public boolean hasAccessToAccountsByLogin(String login, List<AccountReferenceTO> references)
public boolean isEnabledUser(String userId)
public boolean hasScaScope()
public boolean hasPartialScope()
public boolean hasAccessToAccountByScaOperation(StartScaOprTO opr)
public boolean hasAccessToAccountByAuthorizationId(String authorizationId)
Copyright © 2020. All rights reserved.