Package-level declarations

Types

Link copied to clipboard
@Service
class BannedIpAddressEntityService @Autowired constructor(repository: BannedIpAddressRepository) : BaseEntityService<BannedIpAddress, Long, BannedIpAddressRepository>
Link copied to clipboard
@Service
@ConditionalOnProperty(prefix = "security.crypto.tink", name = ["store"], havingValue = "database", matchIfMissing = true)
class TinkKeysetEntityService @Autowired constructor(repository: TinkKeysetRepository) : BaseEntityService<TinkKeyset, String, TinkKeysetRepository> , TinkKeysetStore