@EnableConfigurationProperties(value=TenantConfig.class) public class AuthorizedUserServiceImpl extends Object implements AuthorizedUserService
| Constructor and Description |
|---|
AuthorizedUserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getUserTaxNums(Long userId)
get user's tax no collection
|
@Cacheable(cacheNames="USER_AUTHORIZATION_TAX_CACHE",
key="#userId")
public Set<String> getUserTaxNums(Long userId)
AuthorizedUserServicegetUserTaxNums in interface AuthorizedUserServiceCopyright © 2021. All rights reserved.